cancel
Showing results for 
Search instead for 
Did you mean: 

folder/space which only takes other folders/spaces

fx3000se
Champ in-the-making
Champ in-the-making
how can I restrict a space to only allow the creation of spaces (not content/documents) in them  :?: Or even better, only allow the creation of cutsom model types, or categorized types…:?:
3 REPLIES 3

rudischmitz
Champ in-the-making
Champ in-the-making
You would have to change permissions in some xml files similar to this article.

http://wiki.alfresco.com/wiki/Featured_Articles

>>>Example of How To Change Default Alfresco Permissions

Or you can edit this area to fit your need.

         <!– Add content –>
         <action id="add_adm_content">
           <permissions>
               <permission allow="true">CreateChildren</permission>
           </permissions>
           <label-id>add_content</label-id>
           <image>/images/icons/add.gif</image>
           <action>dialog:addContent</action>
           <action-listener>#{AddContentDialog.start}</action-listener>
         </action>

fx3000se
Champ in-the-making
Champ in-the-making
hi/hallo Rudi,
you are making "global changes", i.e. to all spaces? Not on a dedicated folder/space-hierarchy, right?
Thx
Clemens

rudischmitz
Champ in-the-making
Champ in-the-making
That would be system wide changes yes. A space only change would be different. somewhere in the wikis they go over change to a specific space.
Getting started

Tags


Find what you came for

We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.