* Remove useless code.

This commit is contained in:
宋辰轩
2024-06-25 09:57:35 +08:00
parent 8033e237ba
commit cb039a60ed
-1
View File
@@ -1754,7 +1754,6 @@ class execution extends control
/* Get kanban data. */
$orderBy = $groupBy == 'story' && $browseType == 'task' && !isset($this->lang->kanban->orderList[$orderBy]) ? 'id_asc' : $orderBy;
$this->kanban->createLaneIfNotExist($executionID);
$kanbanGroup = $this->kanban->getExecutionKanban($executionID, $browseType, $groupBy, '', $orderBy);
list($kanbanGroup, $links) = $this->kanban->getExecutionKanban($executionID, $browseType, $groupBy, '', $orderBy);
/* Show lanes of the attribute: no story and bug in request, no bug in design. */