This commit is contained in:
tianshujie
2024-03-27 11:06:47 +08:00
committed by liyang
parent c1572547f1
commit 544990cbb5
+1 -1
View File
@@ -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;