<?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: Hiding reassign button in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/hiding-reassign-button/m-p/132224#M92889</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;oh.. So that's why.. Thanks for the tip&amp;nbsp; &lt;/SPAN&gt;&lt;A href="http://www.playonlinepokies.com.au/blog/avalon-video-slot-game-review-the-treasures-of-camelot/" rel="nofollow noopener noreferrer"&gt;&lt;SPAN style="color: #ffffff; text-decoration: underline;"&gt;avalon&lt;/SPAN&gt;&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 May 2013 21:24:09 GMT</pubDate>
    <dc:creator>pablofrancis</dc:creator>
    <dc:date>2013-05-01T21:24:09Z</dc:date>
    <item>
      <title>Hiding reassign button</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/hiding-reassign-button/m-p/132222#M92887</link>
      <description>Hi all, is there any option in task configuration that disables or hides the reassign button from task form avoiding the user to delegate to someone else?</description>
      <pubDate>Mon, 22 Apr 2013 14:08:36 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/hiding-reassign-button/m-p/132222#M92887</guid>
      <dc:creator>rommelcarneiro</dc:creator>
      <dc:date>2013-04-22T14:08:36Z</dc:date>
    </item>
    <item>
      <title>Re: Hiding reassign button</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/hiding-reassign-button/m-p/132223#M92888</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;No, that's not configurable. You'll need to adapt the code yourself (not that hard to remove something)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Apr 2013 07:11:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/hiding-reassign-button/m-p/132223#M92888</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2013-04-24T07:11:54Z</dc:date>
    </item>
    <item>
      <title>Re: Hiding reassign button</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/hiding-reassign-button/m-p/132224#M92889</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;oh.. So that's why.. Thanks for the tip&amp;nbsp; &lt;/SPAN&gt;&lt;A href="http://www.playonlinepokies.com.au/blog/avalon-video-slot-game-review-the-treasures-of-camelot/" rel="nofollow noopener noreferrer"&gt;&lt;SPAN style="color: #ffffff; text-decoration: underline;"&gt;avalon&lt;/SPAN&gt;&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 May 2013 21:24:09 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/hiding-reassign-button/m-p/132224#M92889</guid>
      <dc:creator>pablofrancis</dc:creator>
      <dc:date>2013-05-01T21:24:09Z</dc:date>
    </item>
    <item>
      <title>Re: Hiding reassign button</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/hiding-reassign-button/m-p/132225#M92890</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am trying to keep an audit trail of the reassignment. Is that field persisted in the database somewhere? Basically, I need to record if a reassignment of the task has occurred, who was the original assignee and who is the new assignee.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jul 2013 15:48:28 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/hiding-reassign-button/m-p/132225#M92890</guid>
      <dc:creator>shimu</dc:creator>
      <dc:date>2013-07-10T15:48:28Z</dc:date>
    </item>
    <item>
      <title>Re: Hiding reassign button</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/hiding-reassign-button/m-p/132226#M92891</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm not sure it is persisted (but you should be able to check it out easily).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Alternatively, you can add a custom assignment listener to catch these events and do something with them.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jul 2013 06:59:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/hiding-reassign-button/m-p/132226#M92891</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2013-07-12T06:59:22Z</dc:date>
    </item>
    <item>
      <title>Re: Hiding reassign button</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/hiding-reassign-button/m-p/132227#M92892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Can you explain, please, how can I add a customer assignment listener?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Sep 2015 13:43:27 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/hiding-reassign-button/m-p/132227#M92892</guid>
      <dc:creator>johnunger</dc:creator>
      <dc:date>2015-09-23T13:43:27Z</dc:date>
    </item>
  </channel>
</rss>

