folder/space which only takes other folders/spaces

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2009 08:20 AM
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…:?:
Labels:
- Labels:
-
Archive
3 REPLIES 3

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2009 10:45 AM
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>
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>

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2009 12:08 PM
hi/hallo Rudi,
you are making "global changes", i.e. to all spaces? Not on a dedicated folder/space-hierarchy, right?
Thx
Clemens
you are making "global changes", i.e. to all spaces? Not on a dedicated folder/space-hierarchy, right?
Thx
Clemens

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2009 09:24 PM
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.
