* Process kanban execution.

This commit is contained in:
孙广明
2022-01-14 13:34:47 +08:00
parent 5ecba2a5da
commit 13e653f600
5 changed files with 10 additions and 6 deletions
+1
View File
@@ -72,6 +72,7 @@ class executionModel extends model
/* Unset story, bug, build and testtask if type is ops. */
$execution = $this->getByID($executionID);
if($execution and $execution->type == 'kanban') $this->lang->execution->menu = new stdclass();
if($execution and $execution->type == 'stage' and $this->config->systemMode == 'new')
{