* 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
@@ -216,6 +216,8 @@ class testtask extends control
$this->testtask->setMenu($this->products, $productID, $task->branch, $taskID);
$this->executeHooks($this->methodName, $taskID);
$this->view->title = "TASK #$task->id $task->name/" . $this->products[$productID];
$this->view->position[] = html::a($this->createLink('testtask', 'browse', "productID=$productID"), $this->products[$productID]);
$this->view->position[] = $this->lang->testtask->common;