* Adjust task operate menus init.

This commit is contained in:
caoyanyi
2023-06-02 13:41:07 +08:00
parent e5083047e2
commit a1b5ce9e7f
4 changed files with 158 additions and 54 deletions
+1 -2
View File
@@ -369,8 +369,7 @@ class task extends control
$this->view->linkMRTitles = $this->loadModel('mr')->getLinkedMRPairs($taskID, 'task');
$this->view->linkCommits = $this->loadModel('repo')->getCommitsByObject($taskID, 'task');
$this->view->methodName = $this->methodName;
// $this->display();
$this->render();
$this->display();
}
/**