<?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: Showing parent of a child association in document details in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/showing-parent-of-a-child-association-in-document-details/m-p/150348#M105232</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks a lot Gavinc, it is a good start for me to begin.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Laura&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 Feb 2008 11:26:42 GMT</pubDate>
    <dc:creator>lvs</dc:creator>
    <dc:date>2008-02-13T11:26:42Z</dc:date>
    <item>
      <title>Showing parent of a child association in document details</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/showing-parent-of-a-child-association-in-document-details/m-p/150344#M105228</link>
      <description>Hi everybody, I created a child-association annex and I when I see an annex, I would like to be abble to show in the property sheet of the docuement details the parent of the document. I managed to show the children of a document configuring the web-client-config. Could anyone give me an advice of w</description>
      <pubDate>Thu, 07 Feb 2008 16:37:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/showing-parent-of-a-child-association-in-document-details/m-p/150344#M105228</guid>
      <dc:creator>lvs</dc:creator>
      <dc:date>2008-02-07T16:37:52Z</dc:date>
    </item>
    <item>
      <title>Re: Showing parent of a child association in document details</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/showing-parent-of-a-child-association-in-document-details/m-p/150345#M105229</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can't at the moment. There are a couple of JIRA issues already raised for this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://issues.alfresco.com/browse/AWC-1498" rel="nofollow noopener noreferrer"&gt;http://issues.alfresco.com/browse/AWC-1498&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://issues.alfresco.com/browse/AWC-1789" rel="nofollow noopener noreferrer"&gt;http://issues.alfresco.com/browse/AWC-1789&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Feb 2008 14:46:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/showing-parent-of-a-child-association-in-document-details/m-p/150345#M105229</guid>
      <dc:creator>gavinc</dc:creator>
      <dc:date>2008-02-08T14:46:41Z</dc:date>
    </item>
    <item>
      <title>Re: Showing parent of a child association in document details</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/showing-parent-of-a-child-association-in-document-details/m-p/150346#M105230</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Gavinc, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for your answer. Actually I have to add this functionality to my project. Do you have any architectural advice on how to do it?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Laura&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Feb 2008 15:00:32 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/showing-parent-of-a-child-association-in-document-details/m-p/150346#M105230</guid>
      <dc:creator>lvs</dc:creator>
      <dc:date>2008-02-08T15:00:32Z</dc:date>
    </item>
    <item>
      <title>Re: Showing parent of a child association in document details</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/showing-parent-of-a-child-association-in-document-details/m-p/150347#M105231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;There will quite a few changes required to do this, but at a high level you will need to do the following…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. PropertySheetElementReader and PropertySheetConfigElement need to be changed to read some config for which target-association to show &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. UIPropertySheet needs to be changed to handle target associations (new JSF components will be needed) &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. A TargetAssociationGenerator class will be needed to create a new UITargetAssociationEditor component &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4. Depending on how complex you want the target association to be i.e. being able to edit them, some changes may also be needed to the Node object to store the associations that were added/removed. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;5. Register the new components etc with JSF in the faces config files &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Some wiki links that may help: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://wiki.alfresco.com/wiki/PropertySheet" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/PropertySheet&lt;/A&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://wiki.alfresco.com/wiki/Component_Generator_Framework" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Component_Generator_Framework&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Feb 2008 15:48:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/showing-parent-of-a-child-association-in-document-details/m-p/150347#M105231</guid>
      <dc:creator>gavinc</dc:creator>
      <dc:date>2008-02-12T15:48:54Z</dc:date>
    </item>
    <item>
      <title>Re: Showing parent of a child association in document details</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/showing-parent-of-a-child-association-in-document-details/m-p/150348#M105232</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks a lot Gavinc, it is a good start for me to begin.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Laura&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Feb 2008 11:26:42 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/showing-parent-of-a-child-association-in-document-details/m-p/150348#M105232</guid>
      <dc:creator>lvs</dc:creator>
      <dc:date>2008-02-13T11:26:42Z</dc:date>
    </item>
  </channel>
</rss>

