* Adjust execute hook for workflow.

This commit is contained in:
chenfei
2019-07-24 18:26:00 +08:00
parent 3d626b7026
commit 821095baf7
11 changed files with 22 additions and 0 deletions
+2
View File
@@ -606,6 +606,8 @@ class task extends control
$project = $this->project->getById($task->project);
$this->project->setMenu($this->project->getPairs(), $project->id);
$this->executeHooks($this->methodName, $taskID);
$title = "TASK#$task->id $task->name / $project->name";
$position[] = html::a($this->createLink('project', 'browse', "projectID=$task->project"), $project->name);
$position[] = $this->lang->task->common;