* [bug#62550,done,2h,0h] Fix kanban task connection error.

This commit is contained in:
wangyuting
2025-05-19 10:26:26 +08:00
committed by 刘刚
parent 2e75b7fcb8
commit 45bf2f3044
2 changed files with 7 additions and 5 deletions
@@ -32,6 +32,7 @@ $ganttLang->deleteRelation = $lang->execution->gantt->confirmDelete;
$ganttLang->wrongRelation = $lang->execution->error->wrongGanttRelation;
$ganttLang->wrongRelationSource = $lang->execution->error->wrongGanttRelationSource;
$ganttLang->wrongRelationTarget = $lang->execution->error->wrongGanttRelationTarget;
$ganttLang->wrongKanbanTasks = $lang->execution->error->wrongKanbanTasks;
$typeHtml = '<span class="toggle-all-icon"><i class="icon-expand-alt"></i></span><a data-toggle="dropdown" href="#browseTypeList"><span class="text">' . $lang->programplan->ganttBrowseType[$ganttType] . '</span><span class="caret"></span></a>';
$typeHtml .= '<menu class="dropdown-menu menu" id="browseTypeList">';