* Fix bug.
This commit is contained in:
@@ -73,7 +73,7 @@ class executionModel extends model
|
||||
/* Unset story, bug, build and testtask if type is ops. */
|
||||
$execution = $this->getByID($executionID);
|
||||
|
||||
if($execution and $execution->type == 'stage')
|
||||
if($execution and $execution->type == 'stage' and $this->config->systemMode == 'new')
|
||||
{
|
||||
global $lang;
|
||||
$this->app->loadLang('project');
|
||||
|
||||
Reference in New Issue
Block a user