• Модуль: iblock
  • Путь к файлу: ~/bitrix/modules/iblock/lib/grid/panel/ui/actions/item/elementgroup/movetosectiongroupchild.php
  • Класс: BitrixIblockGridPanelUIActionsItemElementGroupMoveToSectionGroupChild
  • Вызов: MoveToSectionGroupChild::getOnchange
protected function getOnchange(): Onchange
{
	return new Onchange([
		[
			'ACTION' => Actions::RESET_CONTROLS,
		],
		[
			'ACTION' => Actions::CREATE,
			'DATA' => [
				$this->getSectionSelectControl(true),
				(new Snippet)->getSendSelectedButton(),
			],
		],
	]);
}