mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
AWC-458; new collaborator role and new checkin permission check
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2380 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -224,6 +224,12 @@
|
|||||||
<!-- permissions are set not to inherit or permission is denied. -->
|
<!-- permissions are set not to inherit or permission is denied. -->
|
||||||
<permissionGroup name="Coordinator" allowFullControl="true" expose="true" />
|
<permissionGroup name="Coordinator" allowFullControl="true" expose="true" />
|
||||||
|
|
||||||
|
<!-- A collaborator can do anything that an editor and a contributor can do -->
|
||||||
|
<permissionGroup name="Collaborator" allowFullControl="false" expose="true">
|
||||||
|
<includePermissionGroup permissionGroup="Editor" type="cm:cmobject" />
|
||||||
|
<includePermissionGroup permissionGroup="Contributor" type="cm:cmobject" />
|
||||||
|
</permissionGroup>
|
||||||
|
|
||||||
<!-- A contributor can create content and then they have full permission on what -->
|
<!-- A contributor can create content and then they have full permission on what -->
|
||||||
<!-- they have created - via the permissions assigned to the owner. -->
|
<!-- they have created - via the permissions assigned to the owner. -->
|
||||||
<permissionGroup name="Contributor" allowFullControl="false" expose="true" >
|
<permissionGroup name="Contributor" allowFullControl="false" expose="true" >
|
||||||
@@ -295,6 +301,7 @@
|
|||||||
</permission>
|
</permission>
|
||||||
|
|
||||||
<permissionGroup name="Coordinator" extends="true" expose="true"/>
|
<permissionGroup name="Coordinator" extends="true" expose="true"/>
|
||||||
|
<permissionGroup name="Collaborator" extends="true" expose="true"/>
|
||||||
<permissionGroup name="Contributor" extends="true" expose="true"/>
|
<permissionGroup name="Contributor" extends="true" expose="true"/>
|
||||||
<permissionGroup name="Editor" extends="true" expose="true"/>
|
<permissionGroup name="Editor" extends="true" expose="true"/>
|
||||||
<permissionGroup name="Guest" extends="true" expose="true"/>
|
<permissionGroup name="Guest" extends="true" expose="true"/>
|
||||||
|
Reference in New Issue
Block a user