*Fix feedback #1133 for waterfall project choose stagefilteri with Related pages.
This commit is contained in:
@@ -109,6 +109,12 @@ class executionModel extends model
|
||||
unset($this->lang->execution->menu->build);
|
||||
}
|
||||
|
||||
if($config->edition == 'open' and in_array($execution->attribute, array('request', 'design', 'review')))
|
||||
{
|
||||
unset($this->lang->execution->menu->qa);
|
||||
unset($this->lang->execution->menu->build);
|
||||
}
|
||||
|
||||
if($executions and (!isset($executions[$executionID]) or !$this->checkPriv($executionID))) $this->accessDenied();
|
||||
|
||||
$moduleName = $this->app->getModuleName();
|
||||
|
||||
Reference in New Issue
Block a user