<?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 Showing title of node instead of name in document library in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/showing-title-of-node-instead-of-name-in-document-library/m-p/6464#M3143</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We're creating folders in the document library programmatically and would like to show the cm:title property of a node instead of the name in the ui. For the center page it is already done, but how/where would we customize the display of the breadcrumb and the tree on the left?&lt;/P&gt;&lt;P&gt;We looked at &lt;SPAN&gt;/tomcat/webapps/share/components/documentlibrary&lt;/SPAN&gt;/tree.js but not sure how to get the title of a node.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Sep 2017 21:35:35 GMT</pubDate>
    <dc:creator>dlam</dc:creator>
    <dc:date>2017-09-19T21:35:35Z</dc:date>
    <item>
      <title>Showing title of node instead of name in document library</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/showing-title-of-node-instead-of-name-in-document-library/m-p/6464#M3143</link>
      <description>We're creating folders in the document library programmatically and would like to show the cm:title property of a node instead of the name in the ui. For the center page it is already done, but how/where would we customize the display of the breadcrumb and the tree on the left?We looked at /tomcat/w</description>
      <pubDate>Tue, 19 Sep 2017 21:35:35 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/showing-title-of-node-instead-of-name-in-document-library/m-p/6464#M3143</guid>
      <dc:creator>dlam</dc:creator>
      <dc:date>2017-09-19T21:35:35Z</dc:date>
    </item>
    <item>
      <title>Re: Showing title of node instead of name in document library</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/showing-title-of-node-instead-of-name-in-document-library/m-p/6465#M3144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you look at that tree.js you'll see a function called _buildTreeNodeUrl. In that function you can see the repo tier web script call that gets invoked to return information about the node and the node's children.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The URL that gets built is something like:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://localhost:8080/alfresco/s/slingshot/doclib/treenode/site/test-site-manager/documentLibrary?perms=false&amp;amp;children=true" title="http://localhost:8080/alfresco/s/slingshot/doclib/treenode/site/test-site-manager/documentLibrary?perms=false&amp;amp;children=true" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco/s/slingshot/doclib/treenode/site/some-site-id/documentLibrary?perms=false&amp;amp;children=t…&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you look at the response that comes back you'll notice that the title is missing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So in order to get this to work you'll probably have to extend that web script to add the title to the JSON that comes back. Once you do that, you can extend the Alfresco.DocListTree component with your own that retrieves the title that comes back from the web script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will likely be a fairly involved little customization and will require extensive testing to make sure that swapping that out does not have unintended side effects.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Sep 2017 15:45:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/showing-title-of-node-instead-of-name-in-document-library/m-p/6465#M3144</guid>
      <dc:creator>jpotts</dc:creator>
      <dc:date>2017-09-20T15:45:46Z</dc:date>
    </item>
    <item>
      <title>Re: Showing title of node instead of name in document library</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/showing-title-of-node-instead-of-name-in-document-library/m-p/6466#M3145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks! We got the tree working, do you know which js controls the breadcrumb on top?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Sep 2017 20:54:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/showing-title-of-node-instead-of-name-in-document-library/m-p/6466#M3145</guid>
      <dc:creator>dlam</dc:creator>
      <dc:date>2017-09-27T20:54:20Z</dc:date>
    </item>
  </channel>
</rss>

