...Человеческий поиск в разработке...
- Модуль: catalog
- Путь к файлу: ~/bitrix/modules/catalog/lib/controller/product.php
- Класс: BitrixCatalogControllerProduct
- Вызов: Product::checkPermissionIBlockElementSectionBindModify
protected function checkPermissionIBlockElementSectionBindModify($iblockId, $iblockSectionId): Result { $iblockId = (int)$iblockId; $r = $this->existsIblock($iblockId); if (!$r->isSuccess()) { return $r; } if (!CIBlockSectionRights::UserHasRightTo( $iblockId, $iblockSectionId, self::IBLOCK_ELEMENT_SECTION_BIND )) //access update { $r->addError(new Error('Access Denied', 200040300050)); } return $r; }