• Модуль: rpa
  • Путь к файлу: ~/bitrix/modules/rpa/lib/components/itemdetail.php
  • Класс: BitrixRpaComponentsItemDetail
  • Вызов: ItemDetail::isCommonConfigurationUpdateEnabled
protected function isCommonConfigurationUpdateEnabled(): bool
{
	return Driver::getInstance()->getUserPermissions()->canModifyType($this->type->getId());
}