Hello,
I have my content-model.xml which contains different <types>, totally i have 5 different types with parent inheriting one another type.
Each type has multiple properties and I want them to sort so that when a file belonging to a particular object type is uploaded to Alfresco all the attributes come in alphabetic order.
Basically I want to sort all properties combined if A inherits B, B inherits C, C inherits D and D inherits E.
Here A,B,C,D,E are different object types.
I tried to do below change in share-config-custom.xml however it does not work :
<!-- Document Library config section -->
<config evaluator="string-compare" condition="DocumentLibrary" replace="true">
<sorting>
<sort label="label">ns:field</sort>
</sorting>
any help would be very useful.
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.