* Finish task #110602.

This commit is contained in:
tanghucheng
2024-01-18 11:07:16 +08:00
parent d4682415f4
commit 1a49c4d848
13 changed files with 161 additions and 45 deletions
+2
View File
@@ -1003,6 +1003,8 @@ class task extends control
$this->executeHooks($taskID);
if($this->config->edition == 'ipd') $task = $this->loadModel('story')->getAffectObject('', 'task', $task);
$title = "TASK#$task->id $task->name / $execution->name";
$position[] = html::a($this->createLink('execution', 'browse', "executionID=$task->execution"), $execution->name);
$position[] = $this->lang->task->common;