• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/Service/Timeline/Item/DealProductList/ExpandableListFactory.php
  • Класс: Bitrix\Crm\Service\Timeline\Item\DealProductList\ExpandableListFactory
  • Вызов: ExpandableListFactory::getOpenProductDetailAction
static function getOpenProductDetailAction(?string $detailLink): ?Action
{
	if (!$detailLink)
	{
		return null;
	}

	return self::hasCatalogRead() ? new Action\Redirect(new Uri($detailLink)) : null;
}