cancel
Showing results for 
Search instead for 
Did you mean: 

Association is not very functional in web client

rscheele
Champ in-the-making
Champ in-the-making
Hello all,

i defined a custom aspect with an associative relationship:

<aspect name="custom:IPR">
         <title>Individuele Praktijk Reflectie</title>
         <properties>
            <property name="custom:StudentNaam">
               <title>Naam van student</title>
               <type>d:text</type>
            </property>
            <property name="custom:StudentNummer">
               <title>Studentnummer</title>
               <type>d:int</type>
            </property>
            <property name="custom:Voltijd">
               <title>Voltijd student</title>
               <type>d:boolean</type>
            </property>
            <property name="custom:DatumInschrijving">
               <title>Datum van inschrijving</title>
               <type>d:date</type>
            </property>
         </properties>
         <associations>
            <association name="custom:Checklist">
               <title>Verwijziging de bijbehorende checklist</title>
               <target>
                  <class>cm:content</class>
                  <mandatory>false</mandatory>
                  <many>false</many>
               </target>
            </association>
         </associations>
         
         
         
      </aspect>

The association is displayed on the property page of a document that has this aspect applied, but my big question is: what to do with it ?? You can't even click it. Why would an end user go to all the trouble: go to property page, search document, associate the document. I am just wondering, how do real world implementations make use of this functionality?? It just doesn't make sense at all..
3 REPLIES 3

jpfi
Champ in-the-making
Champ in-the-making
Hi,
there is a Forge Project http://forge.alfresco.com/projects/webcl-assoclink/ which makes associations clickable.
Cheers, Jan

rscheele
Champ in-the-making
Champ in-the-making
Thnx Jan, but the amp doesn't seem to work for me (2.9.0C_dev) Its properly installed (apply_amps.bat and Tomcat Console seems to confirm)

and for the new Web Client of Alfresco 3.0: will this functionality be exposed in a better way?

Rob

stevewickii
Champ in-the-making
Champ in-the-making
1.  You can create a custom Presentation Template for your custom:IPR type, which displays the associated cm:content nodes as links.  See http://wiki.alfresco.com/wiki/Template_Guide
2.  Alfresco retracted the 2.9.0C_dev release because it had a bunch of problems.  I suggest that you download Alfresco 2.9.0B (build 683) from the website.  It may fix your problem with that Module.