* code for task #69248.

This commit is contained in:
wangyidong
2022-09-16 15:18:41 +08:00
parent b36704de4a
commit 63e5df239e
31 changed files with 404 additions and 632 deletions
-8
View File
@@ -209,14 +209,6 @@ class group extends control
$group = $this->group->getById($groupID);
$groupPrivs = $this->group->getPrivs($groupID);
if($this->config->systemMode == 'classic')
{
if(isset($groupPrivs['project']['browse']))
{
$groupPrivs['project']['list'] = 'list';
}
}
$this->view->title = $this->lang->company->common . $this->lang->colon . $group->name . $this->lang->colon . $this->lang->group->managePriv;
$this->view->position[] = $group->name;
$this->view->position[] = $this->lang->group->managePriv;