<?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: Defaults regarding 'inherit parent space permissions' in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/defaults-regarding-inherit-parent-space-permissions/m-p/164343#M118085</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;You are stuck with the default inherit policy for now.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Please feel free to raise this as an extension.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Andy&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 04 Sep 2008 13:39:11 GMT</pubDate>
    <dc:creator>andy</dc:creator>
    <dc:date>2008-09-04T13:39:11Z</dc:date>
    <item>
      <title>Defaults regarding 'inherit parent space permissions'</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/defaults-regarding-inherit-parent-space-permissions/m-p/164342#M118084</link>
      <description>Hello,Firstly, I have had a successful demo of Alfresco at my company and we are going to use it for our engineering team! Good product! I will also try to convince them to buy the enterprise version.Secondly, I have a question regarding the inheritance of parent space permissions - How can make mak</description>
      <pubDate>Fri, 18 Jul 2008 13:41:09 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/defaults-regarding-inherit-parent-space-permissions/m-p/164342#M118084</guid>
      <dc:creator>ftclausen</dc:creator>
      <dc:date>2008-07-18T13:41:09Z</dc:date>
    </item>
    <item>
      <title>Re: Defaults regarding 'inherit parent space permissions'</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/defaults-regarding-inherit-parent-space-permissions/m-p/164343#M118085</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;You are stuck with the default inherit policy for now.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Please feel free to raise this as an extension.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Andy&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Sep 2008 13:39:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/defaults-regarding-inherit-parent-space-permissions/m-p/164343#M118085</guid>
      <dc:creator>andy</dc:creator>
      <dc:date>2008-09-04T13:39:11Z</dc:date>
    </item>
    <item>
      <title>Re: Defaults regarding 'inherit parent space permissions'</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/defaults-regarding-inherit-parent-space-permissions/m-p/164344#M118086</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;A work around is to create a single space in the space templates. Change the permissions on it not to inherit from parent space, plus any other configuration changes you want to make. Then either make sure when you create a space using the space wizard and choosing that space from the list of space templates. It will create the space with the inherit permission turned off. Or you can update the create space action on the web client to always use that space template, so users don't have to remember to use the space wizard.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Sep 2008 14:50:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/defaults-regarding-inherit-parent-space-permissions/m-p/164344#M118086</guid>
      <dc:creator>zaizi</dc:creator>
      <dc:date>2008-09-04T14:50:54Z</dc:date>
    </item>
    <item>
      <title>Re: Defaults regarding 'inherit parent space permissions'</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/defaults-regarding-inherit-parent-space-permissions/m-p/164345#M118087</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am interested in customizing the create space action on the web client to always use a space template, as suggested, but I can't find any documentation on how to do this.&amp;nbsp; I know I can override the action in the web-client-config-custom.xml file as follows, but I just don't know what tag I'm supposed to use to specify the space template to use:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;config&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;actions&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;action id="create_space"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;permissions&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;lt;permission allow="true"&amp;gt;CreateChildren&amp;lt;/permission&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/permissions&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;label-id&amp;gt;create_space&amp;lt;/label-id&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;image&amp;gt;/images/icons/create_space.gif&amp;lt;/image&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;action&amp;gt;dialog:createSpace&amp;lt;/action&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/action&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;/actions&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/config&amp;gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2008 14:22:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/defaults-regarding-inherit-parent-space-permissions/m-p/164345#M118087</guid>
      <dc:creator>klwalker</dc:creator>
      <dc:date>2008-10-08T14:22:00Z</dc:date>
    </item>
  </channel>
</rss>

