* Fix task #99278, bug #36945.

This commit is contained in:
tanghucheng
2023-08-01 16:25:20 +08:00
parent 44aa12508a
commit 82013ae764
2 changed files with 15 additions and 1 deletions
+2
View File
@@ -538,6 +538,8 @@ class task extends control
/* Set menu. */
$this->execution->setMenu($this->view->execution->id);
if(!$this->view->execution->multiple) $this->loadModel('project')->setMenu($this->view->task->project);
$this->view->position[] = html::a($this->createLink('execution', 'browse', "execution={$this->view->task->execution}"), $this->view->execution->name);
}