• Модуль: catalog
  • Путь к файлу: ~/bitrix/modules/catalog/lib/component/baseform.php
  • Класс: BitrixCatalogComponentBaseForm
  • Вызов: BaseForm::isAllowedEditFields
public function isAllowedEditFields(): bool
{
	if ($this->isEntityCreationForm())
	{
		return $this->accessController->check(ActionDictionary::ACTION_PRODUCT_ADD);
	}

	return $this->accessController->check(ActionDictionary::ACTION_PRODUCT_EDIT);
}