* Finish task #44361.

This commit is contained in:
hufangzhou
2021-11-18 11:30:28 +08:00
parent 6e1f7dfbf7
commit 21faa0dc2a
5 changed files with 40 additions and 4 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ class execution extends control
$this->loadModel('project');
if(IN_UPGRADE) return false;
if(defined('IN_UPGRADE') and IN_UPGRADE) return false;
$this->executions = $this->execution->getPairs(0, 'all', 'nocode');
$skipCreateStep = array('computeburn', 'ajaxgetdropmenu', 'executionkanban', 'ajaxgetteammembers');
if(!in_array($this->methodName, $skipCreateStep) and $this->app->tab == 'execution')