Context : adapting cmis dms with our own context file.
Description : We found out that the attribute 'cmis:description' is *always* set even if we define another cmis attribute for the description attribute in the context file.
Effect: unable to adapt cmdbuild to a cms system which does not accept modification to the cmis:description attribute.
In DmsCmsService.java 'cmis:description' is inconditionally set even when another attribute for Description is defined in the context file.
The code should be modified in order to define it *only* when no mapping for Description is defined in this file.
Dear P.
thank you for your suggestion. We will forward it to the developers so that they can take charge as soon as possible.
Best regards.
-- CMDBuild Team
Previously P. wrote:
Context : adapting cmis dms with our own context file.
Description : We found out that the attribute 'cmis:description' is *always* set even if we define another cmis attribute for the description attribute in the context file.
Effect: unable to adapt cmdbuild to a cms system which does not accept modification to the cmis:description attribute.
In DmsCmsService.java 'cmis:description' is inconditionally set even when another attribute for Description is defined in the context file.
The code should be modified in order to define it *only* when no mapping for Description is defined in this file.