mirror of https://github.com/apache/archiva.git
[MRM-1250] Granting the Global Repository Manager/System Administrator role does not automatically assign the Global Repository Observer role
o add global repository observer role as child role of global repository manager git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@813337 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
1593c57ef9
commit
9471a08db3
|
@ -178,6 +178,9 @@
|
|||
<permanent>true</permanent>
|
||||
</permission>
|
||||
</permissions>
|
||||
<childRoles>
|
||||
<childRole>archiva-global-repository-observer</childRole>
|
||||
</childRoles>
|
||||
</role>
|
||||
<role>
|
||||
<id>archiva-global-repository-observer</id>
|
||||
|
|
Loading…
Reference in New Issue