- Модуль: rpa
- Путь к файлу: ~/bitrix/modules/rpa/lib/components/itemlist.php
- Класс: BitrixRpaComponentsItemList
- Вызов: ItemList::prepareFilter
protected function prepareFilter(): array
{
return [
'FILTER_ID' => $this->getFilterId(),
'GRID_ID' => $this->getGridId(),
'FILTER' => $this->getDefaultFilterFields(),
'FILTER_PRESETS' => $this->getDefaultFilterPresets(),
'DISABLE_SEARCH' => false,
'ENABLE_LABEL' => true,
'RESET_TO_DEFAULT_MODE' => true,
'ENABLE_LIVE_SEARCH' => true,
];
}