• Модуль: report
  • Путь к файлу: ~/bitrix/modules/report/lib/visualconstructor/entity/widget.php
  • Класс: BitrixReportVisualConstructorEntityWidget
  • Вызов: Widget::delete
public function delete()
{
	if ($this->isPattern())
	{
		$this->rowId = 0;
		$this->save();
		return true;
	}
	else
	{
		return parent::delete();
	}
}