Hello,
I'm trying to map a folder in a custom property in the share.
I made a custom model with two properties and I want the first property to be a folder.
I changed Application.ftl and I config the picker, when you edit the properties of an object of my custom model in the share, you can choose a folder with the picker but when I save changes, the property stays "none".
Maybe the property type is incorrect but I tried many of them and the result is always the same.
Here is my declaration of my property in the custom model
<property name="customModel:destinationFolder"><type>d:nodeRef</type><mandatory>false</mandatory></property>
Any help would be appreciated :)