Merge branch '15.0.beta3' of https://gitlab.zcorp.cc/easycorp/zentaopms into 15.0.beta3

This commit is contained in:
tianshujie98
2021-04-14 09:53:12 +08:00
3 changed files with 3 additions and 14 deletions
+1 -5
View File
@@ -69,16 +69,12 @@ class executionModel extends model
/* Unset story, bug, build and testtask if type is ops. */
$execution = $this->getByID($executionID);
/*
if($execution and $execution->lifetime == 'ops')
{
unset($this->lang->execution->menu->story);
unset($this->lang->execution->menu->qa);
unset($this->lang->execution->subMenu->qa->bug);
unset($this->lang->execution->subMenu->qa->build);
unset($this->lang->execution->subMenu->qa->testtask);
unset($this->lang->execution->menu->build);
}
*/
/* Hide story and qa menu when execution is story or design type. */
/*