<?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: Ho Document list is rederred on on workflow details page in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/how-document-list-is-rederred-on-on-workflow-details-page/m-p/76292#M24136</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Angel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't see where the thumbnail is getting loaded from. Actually, I am&amp;nbsp;intending to launch a document previewer on click on a thumbnail&amp;nbsp;as like in faceted search.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hemant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Jun 2018 11:44:16 GMT</pubDate>
    <dc:creator>hemantkpn</dc:creator>
    <dc:date>2018-06-14T11:44:16Z</dc:date>
    <item>
      <title>How Document list is rederred on on workflow details page</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-document-list-is-rederred-on-on-workflow-details-page/m-p/76290#M24134</link>
      <description>Hi,I&amp;nbsp;would like to know how the document list is rendered on workflow details page in Alfresco Share. I mean which components (Java class, Java script, FTL, XML) are responsible to add document list on in workflow-details page.I searched through the code and found workflow-form.get.html.ftl, however</description>
      <pubDate>Thu, 14 Jun 2018 10:41:36 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-document-list-is-rederred-on-on-workflow-details-page/m-p/76290#M24134</guid>
      <dc:creator>hemantkpn</dc:creator>
      <dc:date>2018-06-14T10:41:36Z</dc:date>
    </item>
    <item>
      <title>Re: Ho Document list is rederred on on workflow details page</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-document-list-is-rederred-on-on-workflow-details-page/m-p/76291#M24135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;They are defined as forms for Share as "packageItems":&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/Alfresco/share-old/blob/master/share/src/main/resources/alfresco/share-workflow-form-config.xml#L21" rel="nofollow noopener noreferrer"&gt;https://github.com/Alfresco/share-old/blob/master/share/src/main/resources/alfresco/share-workflow-form-config.xml#L21&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And this is how the control is rendered:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/Alfresco/share-old/blob/master/web-framework-commons/src/main/resources/alfresco/site-webscripts/org/alfresco/components/form/controls/workflow/packageitems.ftl" rel="nofollow noopener noreferrer"&gt;https://github.com/Alfresco/share-old/blob/master/web-framework-commons/src/main/resources/alfresco/site-webscripts/org/alfresco/components/form/controls/workflow/packageitems.ftl&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jun 2018 11:06:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-document-list-is-rederred-on-on-workflow-details-page/m-p/76291#M24135</guid>
      <dc:creator>angelborroy</dc:creator>
      <dc:date>2018-06-14T11:06:05Z</dc:date>
    </item>
    <item>
      <title>Re: Ho Document list is rederred on on workflow details page</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-document-list-is-rederred-on-on-workflow-details-page/m-p/76292#M24136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Angel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't see where the thumbnail is getting loaded from. Actually, I am&amp;nbsp;intending to launch a document previewer on click on a thumbnail&amp;nbsp;as like in faceted search.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hemant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jun 2018 11:44:16 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-document-list-is-rederred-on-on-workflow-details-page/m-p/76292#M24136</guid>
      <dc:creator>hemantkpn</dc:creator>
      <dc:date>2018-06-14T11:44:16Z</dc:date>
    </item>
    <item>
      <title>Re: Ho Document list is rederred on on workflow details page</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-document-list-is-rederred-on-on-workflow-details-page/m-p/76293#M24137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The first line in the control &lt;STRONG&gt;packageitems&lt;/STRONG&gt; is an import of the actual control rendering the elements in the list: &lt;STRONG&gt;association.ftl&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to customise / extend that control in order to add that feature.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Probably it should be easier to&amp;nbsp;add an action at&amp;nbsp;&lt;A href="https://github.com/Alfresco/share-old/blob/master/web-framework-commons/src/main/resources/alfresco/site-webscripts/org/alfresco/components/form/controls/workflow/packageitems.ftl#L77" rel="nofollow noopener noreferrer"&gt;https://github.com/Alfresco/share-old/blob/master/web-framework-commons/src/main/resources/alfresco/site-webscripts/org/alfresco/components/form/controls/workflow/packageitems.ftl#L77&lt;/A&gt;&amp;nbsp;in order to preview the document.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jun 2018 11:58:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-document-list-is-rederred-on-on-workflow-details-page/m-p/76293#M24137</guid>
      <dc:creator>angelborroy</dc:creator>
      <dc:date>2018-06-14T11:58:29Z</dc:date>
    </item>
    <item>
      <title>Re: Ho Document list is rederred on on workflow details page</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-document-list-is-rederred-on-on-workflow-details-page/m-p/76294#M24138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't see a thumbnail icon added in both the files. Just to be sure I am talking about a page that gets loaded on click of&amp;nbsp;"Workflow Details"&amp;nbsp;option while viewing task details. Is the same component being used to populate document list in "Task Details" page as well?&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jun 2018 14:02:40 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-document-list-is-rederred-on-on-workflow-details-page/m-p/76294#M24138</guid>
      <dc:creator>hemantkpn</dc:creator>
      <dc:date>2018-06-14T14:02:40Z</dc:date>
    </item>
    <item>
      <title>Re: Ho Document list is rederred on on workflow details page</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-document-list-is-rederred-on-on-workflow-details-page/m-p/76295#M24139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Angel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found the following code in packageitems.ftl that seems to be responsible for generating document URL.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;return Alfresco.util.siteURL(path, { site: item.site });&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However I am still not sure how&amp;nbsp;it can be associated with a thumbnail and loaded in a popup rather than opening in the same window. Can you please suggest?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Hemant&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jun 2018 18:33:37 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-document-list-is-rederred-on-on-workflow-details-page/m-p/76295#M24139</guid>
      <dc:creator>hemantkpn</dc:creator>
      <dc:date>2018-06-14T18:33:37Z</dc:date>
    </item>
    <item>
      <title>Re: Ho Document list is rederred on on workflow details page</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-document-list-is-rederred-on-on-workflow-details-page/m-p/76296#M24140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My suggestion is to add an action.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jun 2018 07:45:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-document-list-is-rederred-on-on-workflow-details-page/m-p/76296#M24140</guid>
      <dc:creator>angelborroy</dc:creator>
      <dc:date>2018-06-15T07:45:02Z</dc:date>
    </item>
    <item>
      <title>Re: How Document list is rederred on on workflow details page</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-document-list-is-rederred-on-on-workflow-details-page/m-p/76297#M24141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I know about two addons that seems to exactly that:&lt;/P&gt;&lt;P&gt;&lt;A href="https://migration33.stage.lithium.com/docs/DOC-7908"&gt;SKYTIZENS Alfresco Task Document Viewer&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A __default_attr="7646" __jive_macro_name="document" _jive_internal="true" class="jive_macro jive_macro_document link-titled" href="https://community.alfresco.com/docs/DOC-7646-task-document-previewer" rel="nofollow noopener noreferrer"&gt;&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have not tested them though.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jun 2018 14:11:42 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-document-list-is-rederred-on-on-workflow-details-page/m-p/76297#M24141</guid>
      <dc:creator>douglascrp</dc:creator>
      <dc:date>2018-06-22T14:11:42Z</dc:date>
    </item>
  </channel>
</rss>

