This commit is contained in:
liumengyi
2022-01-06 16:56:27 +08:00
parent 6613dc493f
commit b6ea0afcb4
5 changed files with 7 additions and 7 deletions
+1
View File
@@ -239,6 +239,7 @@ class execution extends control
$this->view->setModule = true;
$this->view->canBeChanged = common::canModify('execution', $execution); // Determines whether an object is editable.
$this->view->showBranch = $showBranch;
$this->view->projectName = $this->config->systemMode == 'new' ? $this->loadModel('project')->getById($execution->project)->name . ' / ' . $execution->name : $execution->name;
$this->display();
}