<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Permissions tweak: read, edit, edit-all etc. in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/permissions-tweak-read-edit-edit-all-etc/m-p/262115#M215245</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi i am new to alfresco, but i think i got the basics about the structure of folders within it. All i want to do is to make it possible for a consumer to reply in a discussion in share.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Also can i change permissions for folder actions too, so a consumer cannot view the 'copy to' action?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 25 Jun 2011 10:47:25 GMT</pubDate>
    <dc:creator>sim_pm</dc:creator>
    <dc:date>2011-06-25T10:47:25Z</dc:date>
    <item>
      <title>Permissions tweak: read, edit, edit-all etc.</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/permissions-tweak-read-edit-edit-all-etc/m-p/262113#M215243</link>
      <description>Hi,Using share I would like to be able to:[BLOG]everyone-read the blog &amp;amp; read comments etc.Collaborator:create a postcreate post-commentsonly edit posts &amp;amp; post-comments which are created by meContributor:not able to create a postcreate posts-commentsonly edit posts-comments which are created</description>
      <pubDate>Fri, 06 May 2011 14:14:53 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/permissions-tweak-read-edit-edit-all-etc/m-p/262113#M215243</guid>
      <dc:creator>singleton</dc:creator>
      <dc:date>2011-05-06T14:14:53Z</dc:date>
    </item>
    <item>
      <title>Re: Permissions tweak: read, edit, edit-all etc.</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/permissions-tweak-read-edit-edit-all-etc/m-p/262114#M215244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;k found it. Using the permissiondefinitions.xml i changed the collaborator rights:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;!– A collaborator can do anything that an editor and a contributor can do –&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;permissionGroup name="Collaborator" allowFullControl="false" expose="true"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;!–&amp;nbsp; includePermissionGroup permissionGroup="Editor" type="cm:cmobject" / –&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;includePermissionGroup permissionGroup="Contributor" type="cm:cmobject" /&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/permissionGroup&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This did solve the edit-all functionality for e.g. collaborators which is not needed by my client.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;On the blog noderef in a single ex. script i added the add posts permissions:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;permissionService.setPermission(nodeRef, "GROUP_site_XXX_ROLE", PermissionService.ADD_CHILDREN, false);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;permissionService.setPermission(nodeRef, "GROUP_site_XXX_ROLE", PermissionService.CREATE_CHILDREN, false);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Where XXX is the sitename, ROLE: contributor &amp;amp; consumer&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ForumModel.TYPE_POST nodes have onCreateNode behaviour which removes editor rights for collaborator and removes all write rights for contributor,consumer,collaborator, making it impossible to edit for non-owners except managers.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ForumModel.TYPE_TOPIC nodes gain create_children / add_children permission with use of onCreateNode behaviour to allow everyone to reply on a discussion.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jun 2011 06:34:45 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/permissions-tweak-read-edit-edit-all-etc/m-p/262114#M215244</guid>
      <dc:creator>singleton</dc:creator>
      <dc:date>2011-06-22T06:34:45Z</dc:date>
    </item>
    <item>
      <title>Re: Permissions tweak: read, edit, edit-all etc.</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/permissions-tweak-read-edit-edit-all-etc/m-p/262115#M215245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi i am new to alfresco, but i think i got the basics about the structure of folders within it. All i want to do is to make it possible for a consumer to reply in a discussion in share.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Also can i change permissions for folder actions too, so a consumer cannot view the 'copy to' action?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Jun 2011 10:47:25 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/permissions-tweak-read-edit-edit-all-etc/m-p/262115#M215245</guid>
      <dc:creator>sim_pm</dc:creator>
      <dc:date>2011-06-25T10:47:25Z</dc:date>
    </item>
    <item>
      <title>Re: Permissions tweak: read, edit, edit-all etc.</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/permissions-tweak-read-edit-edit-all-etc/m-p/262116#M215246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Try not to continue a {Solved} post, it´s not the idea and it´s not a suitable way to make you questions known.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;As for your question, change Document Actions is a topic that you will found a lot if you do a search, A recent post of MikeH points that and gives some interesting links to look:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://forums.alfresco.com/en/viewtopic.php?f=47&amp;amp;t=39439" rel="nofollow noopener noreferrer"&gt;http://forums.alfresco.com/en/viewtopic.php?f=47&amp;amp;t=39439&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Claudio&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jun 2011 13:15:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/permissions-tweak-read-edit-edit-all-etc/m-p/262116#M215246</guid>
      <dc:creator>soborno</dc:creator>
      <dc:date>2011-06-29T13:15:39Z</dc:date>
    </item>
  </channel>
</rss>

