<?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 Related content not showing in archived tasks in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/related-content-not-showing-in-archived-tasks/m-p/148639#M103751</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Activiti-Team,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I recently started my first serious Activiti Project, and I am progressing nicely, so first of all: Thanks for providing this great framework and for your support.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Using a modified version of the Activiti Explorer as UI, I realized that related content does not show up when viewing tasks in the "Archived" section. Until now, I just had a quick look at the code, but it seems that is at least supposed to be accessible there, right?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For testing purposes, I also deployed the original version 5.12.1 of Explorer on my local Tomcat and ran into the same issue.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you confirm this behaviour? It's certainly possible that I'm doing something wrong here, of course &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your help!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hanno&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 03 May 2013 13:07:18 GMT</pubDate>
    <dc:creator>hhuether</dc:creator>
    <dc:date>2013-05-03T13:07:18Z</dc:date>
    <item>
      <title>Related content not showing in archived tasks</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/related-content-not-showing-in-archived-tasks/m-p/148639#M103751</link>
      <description>Hi Activiti-Team,I recently started my first serious Activiti Project, and I am progressing nicely, so first of all: Thanks for providing this great framework and for your support.Using a modified version of the Activiti Explorer as UI, I realized that related content does not show up when viewing t</description>
      <pubDate>Fri, 03 May 2013 13:07:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/related-content-not-showing-in-archived-tasks/m-p/148639#M103751</guid>
      <dc:creator>hhuether</dc:creator>
      <dc:date>2013-05-03T13:07:18Z</dc:date>
    </item>
    <item>
      <title>Re: Related content not showing in archived tasks</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/related-content-not-showing-in-archived-tasks/m-p/148640#M103752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;That is indeed a bug. I just fixed it on the master branch: &lt;/SPAN&gt;&lt;A href="https://github.com/Activiti/Activiti/commit/0acfce6e1f0bfd392731e562e908822d32652d67" rel="nofollow noopener noreferrer"&gt;https://github.com/Activiti/Activiti/commit/0acfce6e1f0bfd392731e562e908822d32652d67&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 May 2013 09:58:57 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/related-content-not-showing-in-archived-tasks/m-p/148640#M103752</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2013-05-06T09:58:57Z</dc:date>
    </item>
    <item>
      <title>Re: Related content not showing in archived tasks</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/related-content-not-showing-in-archived-tasks/m-p/148641#M103753</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Great! Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 May 2013 14:43:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/related-content-not-showing-in-archived-tasks/m-p/148641#M103753</guid>
      <dc:creator>hhuether</dc:creator>
      <dc:date>2013-05-06T14:43:24Z</dc:date>
    </item>
    <item>
      <title>Re: Related content not showing in archived tasks</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/related-content-not-showing-in-archived-tasks/m-p/148642#M103754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am a newbie to Activiti. But I think besides the change in function populateRelatedContent to make table visible, a change in function initRelatedContent is required to populate attachments at line # 311.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; List&amp;lt;Attachment&amp;gt; attachments = null;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (historicTask.getProcessInstanceId() != null){&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; attachments = (taskService.getProcessInstanceAttachments(historicTask.getProcessInstanceId()));&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; } else {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; attachments = taskService.getTaskAttachments(historicTaskgetId());&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jun 2013 10:34:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/related-content-not-showing-in-archived-tasks/m-p/148642#M103754</guid>
      <dc:creator>prashantm</dc:creator>
      <dc:date>2013-06-13T10:34:39Z</dc:date>
    </item>
    <item>
      <title>Re: Related content not showing in archived tasks</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/related-content-not-showing-in-archived-tasks/m-p/148643#M103755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You are correct. I updated the code: &lt;/SPAN&gt;&lt;A href="https://github.com/Activiti/Activiti/commit/33169dac0fa9494f6b450ad053259efd3eca962e" rel="nofollow noopener noreferrer"&gt;https://github.com/Activiti/Activiti/commit/33169dac0fa9494f6b450ad053259efd3eca962e&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for spotting this!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Jun 2013 13:54:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/related-content-not-showing-in-archived-tasks/m-p/148643#M103755</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2013-06-17T13:54:44Z</dc:date>
    </item>
  </channel>
</rss>

