mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
Added missing ACL section to spaces.xml for Saved Searches folder
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2274 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -39,6 +39,12 @@
|
||||
<cm:description>${spaces.templates.content.description}</cm:description>
|
||||
</cm:folder>
|
||||
<cm:folder view:childName="${spaces.savedsearches.childname}">
|
||||
<view:acl view:inherit="false">
|
||||
<view:ace view:access="ALLOWED">
|
||||
<view:authority>GROUP_EVERYONE</view:authority>
|
||||
<view:permission>Contributor</view:permission>
|
||||
</view:ace>
|
||||
</view:acl>
|
||||
<app:uifacets />
|
||||
<cm:name>${spaces.savedsearches.name}</cm:name>
|
||||
<app:icon>space-icon-default</app:icon>
|
||||
|
Reference in New Issue
Block a user