* finish task #6960.

This commit is contained in:
wangyidong
2020-03-02 09:03:17 +08:00
parent 420a60ea8b
commit 579b17dec1
4 changed files with 22 additions and 19 deletions
+2 -1
View File
@@ -44,8 +44,9 @@ class compile extends control
$this->view->position[] = html::a($this->createLink('integration', 'browse'), $this->lang->ci->job);
$this->view->position[] = $this->lang->compile->browse;
$this->app->loadLang('integration');
$this->view->buildList = $this->compile->getList($jobID, $orderBy, $pager);
$this->view->job = $this->loadModel('integration')->getByID($jobID);
$this->view->jobID = $jobID;
$this->view->orderBy = $orderBy;
$this->view->pager = $pager;
$this->display();