<?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: Custom Action extension problem in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/custom-action-extension-problem/m-p/31503#M16274</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;No comment on this ?????&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 May 2006 18:36:41 GMT</pubDate>
    <dc:creator>ero</dc:creator>
    <dc:date>2006-05-16T18:36:41Z</dc:date>
    <item>
      <title>Custom Action extension problem</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/custom-action-extension-problem/m-p/31502#M16273</link>
      <description>We are implementing customatisation, but I encounter a problem to configure them.As recommanded in the WIKI, we do not want to modify theAlfresco XML files, but we prefer to use your "extension pattern".I want to insert a new "custom action" and to extend an existing "actions-group":—————– File: ext</description>
      <pubDate>Tue, 16 May 2006 13:41:40 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/custom-action-extension-problem/m-p/31502#M16273</guid>
      <dc:creator>sbroussi</dc:creator>
      <dc:date>2006-05-16T13:41:40Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Action extension problem</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/custom-action-extension-problem/m-p/31503#M16274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;No comment on this ?????&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 May 2006 18:36:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/custom-action-extension-problem/m-p/31503#M16274</guid>
      <dc:creator>ero</dc:creator>
      <dc:date>2006-05-16T18:36:41Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Action extension problem</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/custom-action-extension-problem/m-p/31504#M16275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Some issues with the actions overriding mechanism were fixed last Friday, so firstly I would suggest getting the latest code from SVN.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;One change this introduced was to move the actions config from a config section called "Actions" to the 'global' config section, this is one of the changes that made overriding possible.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Give it another go with the latest code and let me know how it goes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Furthermore, some examples of doing exactly what you are doing will appear on the wiki in the next few days, so stay tuned!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 May 2006 22:46:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/custom-action-extension-problem/m-p/31504#M16275</guid>
      <dc:creator>gavinc</dc:creator>
      <dc:date>2006-05-16T22:46:06Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Action extension problem</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/custom-action-extension-problem/m-p/31505#M16276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Gavin,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Development is based on SVN version 2898 (Tuesday).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Should you take a look because we don't have time to wait full wiki doc (See with Mike Farman).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Some small sample would be very helpful.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Eric&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 May 2006 10:25:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/custom-action-extension-problem/m-p/31505#M16276</guid>
      <dc:creator>ero</dc:creator>
      <dc:date>2006-05-17T10:25:43Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Action extension problem</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/custom-action-extension-problem/m-p/31506#M16277</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;As I mentioned above one of the changes was to move the actions config to the 'global' namespace…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In your web-client-config-custom.xml make sure you do not have the evaluator and condition on the config section for your actions i.e.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;&amp;lt;config evaluator="string-compare" condition="Actions"&amp;gt;&lt;BR /&gt;&amp;lt;actions&amp;gt;&lt;BR /&gt;&amp;lt;action id="action_AttachSendMail"&amp;gt;&lt;BR /&gt;&amp;lt;permissions&amp;gt;&lt;BR /&gt;&amp;lt;permission allow="true"&amp;gt;Read&amp;lt;/permission&amp;gt;&lt;BR /&gt;&amp;lt;/permissions&amp;gt;&lt;BR /&gt;&amp;lt;label-id&amp;gt;attachSendMail.title&amp;lt;/label-id&amp;gt;&lt;BR /&gt;&amp;lt;image&amp;gt;/images/icons/create_post.gif&amp;lt;/image&amp;gt;&lt;BR /&gt;&amp;lt;action&amp;gt;dialog:action_AttachSendMail&amp;lt;/action&amp;gt;&lt;BR /&gt;&amp;lt;/action&amp;gt;&lt;BR /&gt;&amp;lt;/actions&amp;gt;&lt;BR /&gt;&amp;lt;/config&amp;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;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;should read…..&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;&amp;lt;config&amp;gt;&lt;BR /&gt;&amp;lt;actions&amp;gt;&lt;BR /&gt;&amp;lt;action id="action_AttachSendMail"&amp;gt;&lt;BR /&gt;&amp;lt;permissions&amp;gt;&lt;BR /&gt;&amp;lt;permission allow="true"&amp;gt;Read&amp;lt;/permission&amp;gt;&lt;BR /&gt;&amp;lt;/permissions&amp;gt;&lt;BR /&gt;&amp;lt;label-id&amp;gt;attachSendMail.title&amp;lt;/label-id&amp;gt;&lt;BR /&gt;&amp;lt;image&amp;gt;/images/icons/create_post.gif&amp;lt;/image&amp;gt;&lt;BR /&gt;&amp;lt;action&amp;gt;dialog:action_AttachSendMail&amp;lt;/action&amp;gt;&lt;BR /&gt;&amp;lt;/action&amp;gt;&lt;BR /&gt;&amp;lt;/actions&amp;gt;&lt;BR /&gt;&amp;lt;/config&amp;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;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 May 2006 12:12:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/custom-action-extension-problem/m-p/31506#M16277</guid>
      <dc:creator>gavinc</dc:creator>
      <dc:date>2006-05-17T12:12:39Z</dc:date>
    </item>
  </channel>
</rss>

