• Модуль: catalog
  • Путь к файлу: ~/bitrix/modules/catalog/lib/product/systemfield/productmapping.php
  • Класс: BitrixCatalogProductSystemFieldProductMapping
  • Вызов: ProductMapping::renderAdminFormControl
static function renderAdminFormControl(array $field, array $product, array $config): ?string
{
	if (!AccessController::getCurrent()->check(ActionDictionary::ACTION_PRODUCT_PUBLIC_VISIBILITY_SET))
	{
		$field['EDIT_IN_LIST'] = 'N';
	}

	return parent::renderAdminFormControl($field, $product, $config);
}