<config evaluator="string-compare" condition="Action Wizards">
<aspects>
<aspect name="cm:attachable"/>
</aspects>
</config>
Il faudrait plutôt modifier le "component-generator" qui génère l'affichage de la propriété "cm:attachments".
Si cela ne vous parle guère, signalez-le ici j'essaierai d'être plus précis demain.
<config evaluator="aspect-name" condition="attachable">
<property-sheet>
<show-association name="attachments" />
</property-sheet>
</config>
<config evaluator="aspect-name" condition="attachable">
<property-sheet>
<show-association name="attachments" component-generator="AssociationGenerator" />
</property-sheet>
</config>
<managed-bean>
<description>
Bean that generates an association component
</description>
<managed-bean-name>AssociationGenerator</managed-bean-name>
<managed-bean-class>org.alfresco.web.bean.generator.AssociationGenerator</managed-bean-class>
<managed-bean-scope>request</managed-bean-scope>
</managed-bean>
<config evaluator="aspect-name" condition="attachable" replace="true">
<property-sheet>
<show-association name="cm:attachments" component-generator="CustomAssociationGenerator" />
</property-sheet>
</config>
<managed-bean>
<description>
Bean that generates a custom association component
</description>
<managed-bean-name>CustomAssociationGenerator</managed-bean-name>
<managed-bean-class>votre.package.CustomAssociationGenerator</managed-bean-class>
<managed-bean-scope>request</managed-bean-scope>
</managed-bean>
Content from pre 2016 and from language groups that have been closed.
Content is read-only.
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.