This commit is contained in:
Yagami
2021-04-08 15:29:58 +08:00
parent 9b05e05bb5
commit 6c23c0a1bc
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ class execution extends control
$this->loadModel('project');
if(!in_array($this->methodName, array('computeburn', 'ajaxgetrecentexecutions')))
if(!in_array($this->methodName, array('computeburn', 'ajaxgetdropmenu')))
{
$this->executions = $this->execution->getPairs(0, 'all', 'nocode');
if(!$this->executions and $this->methodName != 'index' and $this->methodName != 'create' and $this->app->getViewType() != 'mhtml') $this->locate($this->createLink('execution', 'create'));