<?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: Entire ACL emailed when checking to GoogleDocs in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/entire-acl-emailed-when-checking-to-googledocs/m-p/257809#M210939</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the swift reply.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've done as you suggested and voted for the bug.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I can't see the patch to be applied anywhere within that page - please could you point me in the right direction?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Nov 2011 17:11:27 GMT</pubDate>
    <dc:creator>rockshore</dc:creator>
    <dc:date>2011-11-02T17:11:27Z</dc:date>
    <item>
      <title>Entire ACL emailed when checking to GoogleDocs</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/entire-acl-emailed-when-checking-to-googledocs/m-p/257807#M210937</link>
      <description>Community 3.4.dRe: https://issues.alfresco.com/jira/browse/ALF-7661Is there a workaround that prevents the entire ACL from being emailed when checking out to GoogleDocs?Thanks in advance.</description>
      <pubDate>Wed, 02 Nov 2011 12:58:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/entire-acl-emailed-when-checking-to-googledocs/m-p/257807#M210937</guid>
      <dc:creator>rockshore</dc:creator>
      <dc:date>2011-11-02T12:58:44Z</dc:date>
    </item>
    <item>
      <title>Re: Entire ACL emailed when checking to GoogleDocs</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/entire-acl-emailed-when-checking-to-googledocs/m-p/257808#M210938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I suggest you vote for that issue to raise it in importance. I've been running with that patch applied for some time now, and it works perfectly, so you can create you own version by compiling yourself.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Other than that I'm not aware of any method to not notifying everyone.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Nov 2011 15:18:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/entire-acl-emailed-when-checking-to-googledocs/m-p/257808#M210938</guid>
      <dc:creator>loftux</dc:creator>
      <dc:date>2011-11-02T15:18:06Z</dc:date>
    </item>
    <item>
      <title>Re: Entire ACL emailed when checking to GoogleDocs</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/entire-acl-emailed-when-checking-to-googledocs/m-p/257809#M210939</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the swift reply.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've done as you suggested and voted for the bug.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I can't see the patch to be applied anywhere within that page - please could you point me in the right direction?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Nov 2011 17:11:27 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/entire-acl-emailed-when-checking-to-googledocs/m-p/257809#M210939</guid>
      <dc:creator>rockshore</dc:creator>
      <dc:date>2011-11-02T17:11:27Z</dc:date>
    </item>
    <item>
      <title>Re: Entire ACL emailed when checking to GoogleDocs</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/entire-acl-emailed-when-checking-to-googledocs/m-p/257810#M210940</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Just search for private void setGoogleResourcePermissions&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;and the remove/comment the same stuff I did. The first two rows in the patch (with String owner) may not be in the code, so just ignore that part.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;What you need left to just do a checkout for the one doing checkout&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;if (GoogleDocsPermissionContext.PRIVATE.equals(permissionContext) == false)&lt;BR /&gt;{&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; String userID = (String)nodeService.getProperty(nodeRef, ContentModel.PROP_WORKING_COPY_OWNER);&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; setGoogleResourcePermission(resource, AuthorityType.USER, userID, "writer");&lt;BR /&gt;}&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Nov 2011 17:28:30 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/entire-acl-emailed-when-checking-to-googledocs/m-p/257810#M210940</guid>
      <dc:creator>loftux</dc:creator>
      <dc:date>2011-11-02T17:28:30Z</dc:date>
    </item>
  </channel>
</rss>

