• Модуль: catalog
  • Путь к файлу: ~/bitrix/modules/catalog/lib/integration/report/dashboard/dashboardmanager.php
  • Класс: BitrixCatalogIntegrationReportDashboardDashboardManager
  • Вызов: DashboardManager::checkAccessRights
static function checkAccessRights(): bool
{
	return
		Loader::includeModule('catalog')
		&& AccessController::getCurrent()->check(ActionDictionary::ACTION_CATALOG_READ)
		&& AccessController::getCurrent()->check(ActionDictionary::ACTION_STORE_ANALYTIC_VIEW)
	;
}