*Fix feedback #1133 for waterfall project choose stagefilteri with Related pages.

This commit is contained in:
liuhong
2022-10-19 05:09:01 +00:00
parent d7bb46cda5
commit db48df1bb5
3 changed files with 15 additions and 6 deletions
+6
View File
@@ -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();