This commit is contained in:
tianshujie
2023-02-15 10:08:15 +08:00
parent 1f87384b9b
commit 2b82314b52
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -2697,7 +2697,7 @@ class execution extends control
$userList['closed']->avatar = '';
$projectID = $execution->project;
$project = $this->dao->findByID($projectID)->from(TABLE_PROJECT)->fetch();
$project = $this->project->getByID($projectID);
$hiddenPlan = $project->model !== 'scrum';
$this->view->title = $this->lang->execution->kanban;