• Модуль: catalog
  • Путь к файлу: ~/bitrix/modules/catalog/lib/controller/product/base.php
  • Класс: BitrixCatalogControllerProductBase
  • Вызов: Base::processBeforeUpdate
protected function processBeforeUpdate(Action $action): Result
{
	$r = parent::processBeforeUpdate($action);

	if ($r->isSuccess())
	{
		$r = $this->isAllowedProductTypeByIBlockId($action);
	}

	return $r;
}