* [bug] fix drop menu app bug.

This commit is contained in:
sunguangming
2024-10-25 13:30:48 +08:00
committed by 王怡栋
parent c3705b6b9e
commit e1c80fccee
4 changed files with 4 additions and 0 deletions
+1
View File
@@ -360,6 +360,7 @@ class programZen extends program
if($this->config->edition != 'open')
{
$flow = $this->loadModel('workflow')->getByModule($moduleName);
if(in_array($flow->app, array('scrum', 'waterfall'))) $flow->app = 'project';
if(!empty($flow) && $flow->buildin == '0') return helper::createLink('flow', 'ajaxSwitchBelong', "objectID=$programID&moduleName=$moduleName") . "#app=$flow->app";
}
if($moduleName == 'project')