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:description>${spaces.templates.content.description}</cm:description>
|
||||||
</cm:folder>
|
</cm:folder>
|
||||||
<cm:folder view:childName="${spaces.savedsearches.childname}">
|
<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 />
|
<app:uifacets />
|
||||||
<cm:name>${spaces.savedsearches.name}</cm:name>
|
<cm:name>${spaces.savedsearches.name}</cm:name>
|
||||||
<app:icon>space-icon-default</app:icon>
|
<app:icon>space-icon-default</app:icon>
|
||||||
|
@@ -15,4 +15,4 @@ version.edition=Open Source
|
|||||||
|
|
||||||
# Schema number
|
# Schema number
|
||||||
|
|
||||||
version.schema=4
|
version.schema=5
|
||||||
|
Reference in New Issue
Block a user