Hello,
I get to work on an existing model, magda-model.xml
In magda-model.xml I created the aspect magda:test
<aspects> <aspect name="magda:test"> <title>Magda testing</title> <properties> <property name="magda:TestId"> <type>d:text</type> </property> </properties> </aspect> .... </aspects>
And set it mandatory with the type
<mandatory-aspects> <aspect>magda:test</aspect> <aspect>magda:customer</aspect> <aspect>magda:recipient</aspect> <aspect>magda:sender</aspect> <aspect>magda:payment</aspect> <aspect>magda:delivery</aspect> </mandatory-aspects>
in share-config-custom.xml I add the <visible>
<config evaluator="string-compare" condition="DocumentLibrary"> <aspects> <!-- Aspects that a user can see --> <visible> <aspect name="magda:test" /> </visible> </aspects> </config>
In the <host>:8080/share I see the Magda Testing in the list
But I can't see the properties with the file. All the other Magda aspects properties are visible. What am I missing here?
Thanks!
-Jonathan
You need to define the Share form:
It's the same thing for TYPES and ASPECTS
Ask for and offer help to other Alfresco Content Services Users and members of the Alfresco team.
Related links:
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.