* Fix bug #47202.
This commit is contained in:
@@ -1743,7 +1743,7 @@ class execution extends control
|
||||
|
||||
$this->executionZen->assignTaskKanbanVars($execution);
|
||||
|
||||
if($this->app->tab == 'project') $this->view->projectID = $executionID;
|
||||
if($this->app->tab == 'project') $this->view->projectID = $execution->project;
|
||||
$this->view->storyOrder = $orderBy;
|
||||
$this->view->orderBy = 'id_asc';
|
||||
$this->view->executionID = $executionID;
|
||||
|
||||
Reference in New Issue
Block a user