This commit is contained in:
tanghucheng
2023-10-12 22:01:12 -04:00
parent 07e1d35f94
commit e79d53811b
+1
View File
@@ -554,6 +554,7 @@ class task extends control
{
$this->commonAction($taskID);
$task = $this->task->getById($taskID);
if($this->app->tab == 'project') $this->loadModel('project')->setMenu($task->project);
if(!empty($_POST))
{