• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/Service/Timeline/Item/DealProductList/ExpandableListFactory.php
  • Класс: Bitrix\Crm\Service\Timeline\Item\DealProductList\ExpandableListFactory
  • Вызов: ExpandableListFactory::hasCatalogRead
static function hasCatalogRead(): bool
{
	$hasCatalogRead = false;
	if (Loader::includeModule('catalog'))
	{
		$hasCatalogRead = AccessController::getCurrent()->check(ActionDictionary::ACTION_CATALOG_READ);
	}

	return $hasCatalogRead;
}