* [task#142101,done,1h,0h] Finish progranplan gantt critical path.

This commit is contained in:
wangyuting
2025-04-21 16:45:02 +08:00
committed by 刘刚
parent d3ef031705
commit e3e68e7ead
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -31,6 +31,7 @@ if($app->rawModule == 'programplan')
}
featureBar
(
btn(setID('criticalPath'), setClass('ghost mr-2'), $lang->execution->gantt->showCriticalPath, set::url('javascript:updateCriticalPath()')),
btn(setClass('ghost mr-2', ($browseType != 'bysearch' ? 'active' : '')), $lang->programplan->gantt, set::url($this->createLink('programplan', 'browse', "projectID=$projectID&productID=$productID&type=gantt"))),
$productDropdown,
$hasSearch ? li(searchToggle(set::module('projectTask'), set::open($browseType == 'bysearch'))) : null