<?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 Configure default checkout space for each user? in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/configure-default-checkout-space-for-each-user/m-p/112567#M79183</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is it possible to configure a space that is a sub-space of the user's 'My Home' that is always suggested as the inital space into which checkouts are directed?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The current situation is that the default checkout space is the 'current' space.&amp;nbsp; Because we would like to have users checkout documents into their own space, a user is forced to navigate through the space hierarchy one click/space at a time.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The class controlling this behaviour (org/alfresco/web/bean/CheckinCheckoutBean.java) does not appear to have any hooks into the configuration.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 Apr 2007 03:23:46 GMT</pubDate>
    <dc:creator>pdoggett</dc:creator>
    <dc:date>2007-04-13T03:23:46Z</dc:date>
    <item>
      <title>Configure default checkout space for each user?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/configure-default-checkout-space-for-each-user/m-p/112567#M79183</link>
      <description>Is it possible to configure a space that is a sub-space of the user's 'My Home' that is always suggested as the inital space into which checkouts are directed?The current situation is that the default checkout space is the 'current' space.&amp;nbsp; Because we would like to have users checkout documents into</description>
      <pubDate>Fri, 13 Apr 2007 03:23:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/configure-default-checkout-space-for-each-user/m-p/112567#M79183</guid>
      <dc:creator>pdoggett</dc:creator>
      <dc:date>2007-04-13T03:23:46Z</dc:date>
    </item>
    <item>
      <title>Re: Configure default checkout space for each user?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/configure-default-checkout-space-for-each-user/m-p/112568#M79184</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;There is no way to do this at the moment. I suggest you raise it as an enhancement on Jira.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Andy&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Apr 2007 10:33:30 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/configure-default-checkout-space-for-each-user/m-p/112568#M79184</guid>
      <dc:creator>andy</dc:creator>
      <dc:date>2007-04-30T10:33:30Z</dc:date>
    </item>
    <item>
      <title>Re: Configure default checkout space for each user?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/configure-default-checkout-space-for-each-user/m-p/112569#M79185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Here is a script that puts the working copy into a space under the users home:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;if (document.isDocument &amp;amp;&amp;amp; (1 == document.hasAspect("cm:workingcopy"))) {&lt;BR /&gt;// find the backup folder - create if not already exists&lt;BR /&gt;var checkoutsFolder = userhome.childByNamePath("My Checkouts");&lt;BR /&gt;if (checkoutsFolder == null &amp;amp;&amp;amp; userhome.hasPermission("CreateChildren"))&lt;BR /&gt;{&lt;BR /&gt;&amp;nbsp;&amp;nbsp; // create the folder for the first time&lt;BR /&gt;&amp;nbsp;&amp;nbsp; checkoutsFolder = userhome.createFolder("My Checkouts");&lt;BR /&gt;}&lt;BR /&gt;if (checkoutsFolder != null &amp;amp;&amp;amp; checkoutsFolder.hasPermission("CreateChildren"))&lt;BR /&gt;{&lt;BR /&gt;&amp;nbsp;&amp;nbsp; // move the doc into the checkouts folder&lt;BR /&gt;&amp;nbsp;&amp;nbsp; document.move(checkoutsFolder);&lt;BR /&gt;}&lt;BR /&gt;}&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;/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;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>Tue, 15 May 2007 00:19:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/configure-default-checkout-space-for-each-user/m-p/112569#M79185</guid>
      <dc:creator>pdoggett</dc:creator>
      <dc:date>2007-05-15T00:19:24Z</dc:date>
    </item>
  </channel>
</rss>

