* finish task #74774.

This commit is contained in:
wangyidong
2022-11-02 14:48:19 +08:00
parent f2cd7c12b4
commit df497ad610
3 changed files with 3 additions and 3 deletions

View File

@@ -533,8 +533,6 @@ class execution extends control
$this->view->title = $execution->name . $this->lang->colon . $this->lang->execution->importTask;
$this->view->pager = $pager;
$this->view->position[] = html::a(inlink('browse', "executionID=$toExecution"), $execution->name);
$this->view->position[] = $this->lang->execution->importTask;
$this->view->tasks2Imported = $tasks2ImportedList;
$this->view->executions = $executions;
$this->view->executionID = $execution->id;