* Variable renaming 'project' to 'execution'.

This commit is contained in:
holan20180123
2020-11-20 11:23:46 +08:00
parent fdaa19f307
commit f90a9dbe3d
2 changed files with 11 additions and 11 deletions
+5 -5
View File
@@ -302,11 +302,11 @@ class block extends control
$data = $this->block->getWelcomeBlockData();
$this->view->tasks = $data['tasks'];
$this->view->doneTasks = $data['doneTasks'];
$this->view->bugs = $data['bugs'];
$this->view->stories = $data['stories'];
$this->view->projects = $data['projects'];
$this->view->tasks = $data['tasks'];
$this->view->doneTasks = $data['doneTasks'];
$this->view->bugs = $data['bugs'];
$this->view->stories = $data['stories'];
$this->view->executions = $data['executions'];
$this->view->delay['task'] = $data['delayTask'];
$this->view->delay['bug'] = $data['delayBug'];