* Rename project to execution.
This commit is contained in:
@@ -23,7 +23,7 @@ class project extends control
|
||||
parent::__construct($moduleName, $methodName);
|
||||
if($this->methodName != 'computeburn')
|
||||
{
|
||||
$this->projects = $this->project->getPairs('nocode', $this->session->PRJ);
|
||||
$this->projects = $this->project->getExecutionPairs($this->session->PRJ, 'all', 'nocode');
|
||||
if(!$this->projects and $this->methodName != 'index' and $this->methodName != 'create' and $this->app->getViewType() != 'mhtml') $this->locate($this->createLink('project', 'create'));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user