<?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: Alfresco 4.2d Share: Customization of My Tasks in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-4-2d-share-customization-of-my-tasks/m-p/298549#M251679</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Govinda, but I wanted to avoid messing up directly with out-of-the-box files and use extension model instead.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I could have changed the .js file directly in its directory, but isn't that bad practice? It is better to always use extension points to be safe in case of patches and upgrades.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 20 Oct 2013 15:29:05 GMT</pubDate>
    <dc:creator>kizman77</dc:creator>
    <dc:date>2013-10-20T15:29:05Z</dc:date>
    <item>
      <title>Alfresco 4.2d Share: Customization of My Tasks</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-4-2d-share-customization-of-my-tasks/m-p/298547#M251677</link>
      <description>Hi everyone,I am trying to customize "My Tasks" in order to remove unnecessary fields (status, label) and to put something else to be a main (clickable) title of the task (For 'Send for Review and Approve' workflow it is not practical to use "description" as a title as it might be a long one. I foun</description>
      <pubDate>Fri, 18 Oct 2013 11:35:35 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-4-2d-share-customization-of-my-tasks/m-p/298547#M251677</guid>
      <dc:creator>kizman77</dc:creator>
      <dc:date>2013-10-18T11:35:35Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco 4.2d Share: Customization of My Tasks</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-4-2d-share-customization-of-my-tasks/m-p/298548#M251678</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can customize my task by simply doing changes in client side java script my task files&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 Oct 2013 19:14:51 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-4-2d-share-customization-of-my-tasks/m-p/298548#M251678</guid>
      <dc:creator>govinda</dc:creator>
      <dc:date>2013-10-19T19:14:51Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco 4.2d Share: Customization of My Tasks</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-4-2d-share-customization-of-my-tasks/m-p/298549#M251679</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Govinda, but I wanted to avoid messing up directly with out-of-the-box files and use extension model instead.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I could have changed the .js file directly in its directory, but isn't that bad practice? It is better to always use extension points to be safe in case of patches and upgrades.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 20 Oct 2013 15:29:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-4-2d-share-customization-of-my-tasks/m-p/298549#M251679</guid>
      <dc:creator>kizman77</dc:creator>
      <dc:date>2013-10-20T15:29:05Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco 4.2d Share: Customization of My Tasks</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-4-2d-share-customization-of-my-tasks/m-p/298550#M251680</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can even extend the client side js files/methods as YUI follows prototype oriented approach. See the documentlist.js and how the views are extending the core Alfresco.DocumentList and Alfresco.DocumentListViewRenderer. The same is applicable to My Task as well&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 20 Oct 2013 16:38:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-4-2d-share-customization-of-my-tasks/m-p/298550#M251680</guid>
      <dc:creator>govinda</dc:creator>
      <dc:date>2013-10-20T16:38:15Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco 4.2d Share: Customization of My Tasks</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-4-2d-share-customization-of-my-tasks/m-p/298551#M251681</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Kizzman,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Your approach looks OK to extend OOB module.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If I understand correctly, You have issue with -&amp;nbsp; task-list.get.html.ftl. Your client side js task-list-custom.js is not getting picked up.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Initially, I was evaluating 4.2 Community and I believe, this dependency loading of target="js", target="css" yet not implemented!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I saw comment in this file - webapps\share\WEB-INF\classes\alfresco\site-webscripts\org\alfresco-mm-galleryview\components\documentlibrary\documentlist.get.head.ftl&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Comment: "TODO: move dependency loading to documentlist.get.html.ftl once target="js", target="css" complete on 4.0 line "&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am not sure for 4.2d but You can confirm it, If this is the case then you need to inject your js dependency in head.ftl&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I checked 4.2Pr and its implemented in it - &lt;/SPAN&gt;&lt;A href="http://docs.alfresco.com/4.2/topic/com.alfresco.enterprise.doc/tasks/dev-extensions-share-tutorials-customizing-widget-instantiation.html" rel="nofollow noopener noreferrer"&gt;http://docs.alfresco.com/4.2/topic/com.alfresco.enterprise.doc/tasks/dev-extensions-share-tutorials-customizing-widget-instantiation.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope it helps!&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Oct 2013 06:29:27 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-4-2d-share-customization-of-my-tasks/m-p/298551#M251681</guid>
      <dc:creator>niketapatel</dc:creator>
      <dc:date>2013-10-21T06:29:27Z</dc:date>
    </item>
  </channel>
</rss>

