• Модуль: crmmobile
  • Путь к файлу: ~/bitrix/modules/crmmobile/lib/Kanban/ControllerStrategy/Base.php
  • Класс: BitrixCrmMobileKanbanControllerStrategyBase
  • Вызов: Base::changeCategory
public function changeCategory(array $ids, int $categoryId): Result
{
	$kanban = $this->getKanbanInstance();
	$userPermissions = $kanban->getCurrentUserPermissions();

	return $kanban->getEntity()->updateItemsCategory($ids, $categoryId, $userPermissions);
}