<?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 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/262113#M215243</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Using share I would like to be able to:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[BLOG]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;everyone-read the blog &amp;amp; read comments etc.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Collaborator:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;create a post&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;create post-comments&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;only edit posts &amp;amp; post-comments which are created by me&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Contributor:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;not able to create a post&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;create posts-comments&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;only edit posts-comments which are created by me&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[DISCUSSIONS]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Same functionality as already provided, removing the possibility to alter other peoples discussions(!) and comments on discussions. Only a collaborator should be able to alter a discussion, the contributor only should be able to change its own comments.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[DOCUMENTS]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Only managers should be able to alter all documents, collaborator and below should only be able to change their own documents.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How to implement this??&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I was trying to do solve issues above with an implementation of DynamicAuthority (which checks document types and grants if type should be editable), but it will also block read access, which is allowed for all possible types. Also to only block the edit-all funct. it will not be possible.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've tried to alter the permissionDefinitions.xml but got stuck because e.g. the fm:forum group was not available. I've added the namespace, but I was not able to use it properly…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any examples or ideas are greatly appreciated.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 May 2011 14:14:53 GMT</pubDate>
    <dc:creator>singleton</dc:creator>
    <dc:date>2011-05-06T14:14:53Z</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>

