mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
issue 2208 added grant only manager in sitemap
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@11992 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
a9b0429d9a
commit
d27214c4fc
5 changed files with 14 additions and 10 deletions
|
|
@ -197,6 +197,7 @@
|
|||
if($val->group_srl == 0) $defaultGrant->{$val->name} = 'all';
|
||||
else if($val->group_srl == -1) $defaultGrant->{$val->name} = 'member';
|
||||
else if($val->group_srl == -2) $defaultGrant->{$val->name} = 'site';
|
||||
else if($val->group_srl == -3) $defaultGrant->{$val->name} = 'manager';
|
||||
else {
|
||||
$selectedGroup->{$val->name}[] = $val->group_srl;
|
||||
$defaultGrant->{$val->name} = 'group';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue