• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/kanban/desktop.php
  • Класс: Bitrix\Crm\Kanban\Desktop
  • Вызов: Desktop::isDropZone
protected function isDropZone(array $status = []): bool
{
	if (\Bitrix\Crm\Kanban\ViewMode::isDatesBasedView($this->viewMode))
	{
		return false;
	}

	return parent::isDropZone($status);
}