<?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 Why is 'Cut' not available? in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/why-is-cut-not-available/m-p/134735#M94561</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;For some content items, the "Cut" action is not available, even when I am logged in as admin. What is the reason for this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Kaspar&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Dec 2007 18:04:13 GMT</pubDate>
    <dc:creator>hbf</dc:creator>
    <dc:date>2007-12-04T18:04:13Z</dc:date>
    <item>
      <title>Why is 'Cut' not available?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/why-is-cut-not-available/m-p/134735#M94561</link>
      <description>Hi,For some content items, the "Cut" action is not available, even when I am logged in as admin. What is the reason for this?Thanks,Kaspar</description>
      <pubDate>Tue, 04 Dec 2007 18:04:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/why-is-cut-not-available/m-p/134735#M94561</guid>
      <dc:creator>hbf</dc:creator>
      <dc:date>2007-12-04T18:04:13Z</dc:date>
    </item>
    <item>
      <title>Re: Why is 'Cut' not available?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/why-is-cut-not-available/m-p/134736#M94562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello Kaspar,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The only evaluator restricting the visibility of the cut action in the default config is the CutNodeEvaluator which forbids this action on some multilingual document.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Are your node multilingual ?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Dec 2007 09:03:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/why-is-cut-not-available/m-p/134736#M94562</guid>
      <dc:creator>rivarola</dc:creator>
      <dc:date>2007-12-06T09:03:21Z</dc:date>
    </item>
    <item>
      <title>Re: Why is 'Cut' not available?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/why-is-cut-not-available/m-p/134737#M94563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes, indeed, my nodes are multilingual.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am trying to understand the code/comment in CutNodeEvaluator.java:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;/**&lt;BR /&gt; * Evaluates whether the Cut Node action should be visible.&lt;BR /&gt; *&lt;BR /&gt; * Among all available operations over non-multilingual documents (i.e. copy,&lt;BR /&gt; * delete, start discussion, etc), there is a missing one: &amp;lt;b&amp;gt;Move&amp;lt;/b&amp;gt;.&lt;BR /&gt; * Translations cannot be moved due to the exiting link it has with the logical&lt;BR /&gt; * document. Despite it is technically achievable, it could be functionally&lt;BR /&gt; * troublesome. Spreading translations of the same semantic message among several&lt;BR /&gt; * spaces could lead to confusion and problems.&lt;BR /&gt; *&lt;BR /&gt; * If the node to move is a mlContainer, the user must have enough right to delete each translation&lt;BR /&gt; *&lt;BR /&gt; * @author Yannick Pignot&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;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;Apparently, some ml containers can be moved but that does not help as (if I understand correctly) the ml containers live in "/{&lt;/SPAN&gt;&lt;A href="http://www.alfresco.org/model/content/1.0}multilingualRoot" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/content/1.0}multilingualRoot&lt;/A&gt;&lt;SPAN&gt;" and will therefore not be moved by a user.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Reading the comment, though, seems to suggest that it's technically possible to move ml nodes (I don't care if some translations lie around in different spaces, as long as the links to them still work).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So: Could I just overwrite CutNodeEvaluator.java with my own version which allows moves? Will this work or is moving for ml nodes not yet implemented?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;(Of course, I can just do it, but I'd like to know whether there are known issues with it, whether it is "supported" in some sense.)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Kaspar&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Dec 2007 23:05:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/why-is-cut-not-available/m-p/134737#M94563</guid>
      <dc:creator>hbf</dc:creator>
      <dc:date>2007-12-12T23:05:15Z</dc:date>
    </item>
    <item>
      <title>Re: Why is 'Cut' not available?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/why-is-cut-not-available/m-p/134738#M94564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Could an Alfresco engineer please comment on this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We have imported over 500 multilingual nodes and depend on this feature to organize content. Unfortunately, it is not documented anywhere that this feature is not available, so we are in a troublesome situation.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;All I need to know: If I changed CutNodeEvaluator to allow nodes to be moved, will this break the repository integrity?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As I understand it, the move would move the cm:mlDocument while the cm:mlContainer would stay where it is (namely in /{&lt;/SPAN&gt;&lt;A href="http://www.alfresco.org/model/content/1.0}multilingualRoot" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/content/1.0}multilingualRoot&lt;/A&gt;&lt;SPAN&gt;). This may result in the cm:mlDocument's of an mlContainer being spread over different spaces. In our case, this is acceptable, so a configuration directive might be added to enable this, will the default is to not allow moves.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kaspar&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jan 2008 22:59:49 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/why-is-cut-not-available/m-p/134738#M94564</guid>
      <dc:creator>hbf</dc:creator>
      <dc:date>2008-01-16T22:59:49Z</dc:date>
    </item>
    <item>
      <title>Re: Why is 'Cut' not available?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/why-is-cut-not-available/m-p/134739#M94565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The container should not be moved around.&amp;nbsp; If the document gets detached from the container, then that might be a problem.&amp;nbsp; The container doesn't care where the documents live.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jan 2008 16:18:35 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/why-is-cut-not-available/m-p/134739#M94565</guid>
      <dc:creator>derek</dc:creator>
      <dc:date>2008-01-25T16:18:35Z</dc:date>
    </item>
    <item>
      <title>Re: Why is 'Cut' not available?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/why-is-cut-not-available/m-p/134740#M94566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Derek, thanks for your answer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I only have a few more questions, for clarity:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Do all mlContainers live in "/cm:multilingualRoot"?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It seems so, if I look in the node browser.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But then, why does CutNodeEvaluator.java check this case? Web Client users cannot see the space "/cm:multilingualRoot". Does CutNodeEvaluator do this check just to be on the safe side?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Regarding containers that are moved around:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;The container should not be moved around.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Understood. However, my code for sure will not actively move the container as we only work with nodes under "Company Home", and mlContainers live in "/cm:multilingualRoot". But I am wondering under what circumstances Alfresco might move the container?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For instance, when you rename a node, Alfresco actually moves it. Does something similar happen with mlContainers behind the scenes?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Kaspar&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jan 2008 12:35:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/why-is-cut-not-available/m-p/134740#M94566</guid>
      <dc:creator>hbf</dc:creator>
      <dc:date>2008-01-28T12:35:43Z</dc:date>
    </item>
    <item>
      <title>Re: Why is 'Cut' not available?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/why-is-cut-not-available/m-p/134741#M94567</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The MLContainer should have children added/removed and properties set.&amp;nbsp; There should not be any moving of the container.&amp;nbsp; I'm rusty on that at the moment but that was the intention.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;All containers should be invisible and live in the multilingualRoot.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I don't know about the CutNodeEvaluator.&amp;nbsp; It doesn't make sense, but I've not delved into that code for a while.&amp;nbsp; Does the evaluator ever use that logic that you know of?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jan 2008 13:50:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/why-is-cut-not-available/m-p/134741#M94567</guid>
      <dc:creator>derek</dc:creator>
      <dc:date>2008-01-28T13:50:12Z</dc:date>
    </item>
    <item>
      <title>Re: Why is 'Cut' not available?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/why-is-cut-not-available/m-p/134742#M94568</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;The MLContainer should have children added/removed and properties set.&amp;nbsp; There should not be any moving of the container.&amp;nbsp; I'm rusty on that at the moment but that was the intention.&lt;BR /&gt;&lt;BR /&gt;All containers should be invisible and live in the multilingualRoot.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Okay. Thanks for the clarification.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I don't know about the CutNodeEvaluator.&amp;nbsp; It doesn't make sense, but I've not delved into that code for a while.&amp;nbsp; Does the evaluator ever use that logic that you know of?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;No, I don't see it making use of it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've posted a JIRA &lt;/SPAN&gt;&lt;A href="http://issues.alfresco.com/browse/AWC-1820" rel="nofollow noopener noreferrer"&gt;http://issues.alfresco.com/browse/AWC-1820&lt;/A&gt;&lt;SPAN&gt; for the sake of completeness.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Kaspar&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jan 2008 11:49:48 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/why-is-cut-not-available/m-p/134742#M94568</guid>
      <dc:creator>hbf</dc:creator>
      <dc:date>2008-01-29T11:49:48Z</dc:date>
    </item>
  </channel>
</rss>

