This commit is contained in:
hufangzhou
2023-11-29 15:36:50 +08:00
parent 02d232c106
commit c854467be5
3 changed files with 9 additions and 7 deletions
+2 -1
View File
@@ -133,7 +133,8 @@ class execution extends control
/* Set browse type. */
$browseType = strtolower($status);
$execution = $this->commonAction($executionID, $status);
$execution = $this->commonAction($executionID, $status);
if($this->config->systemMode == 'PLM') $execution->ipdStage = $this->execution->canStageStart($execution);
$executionID = $execution->id;
if($execution->type == 'kanban' and $this->config->vision != 'lite' and $this->app->getViewType() != 'json') $this->locate($this->createLink('execution', 'kanban', "executionID=$executionID"));