Hi All,
I have created a custom content model. in my custom type i have property which is of type "d:noderef" where i will be storing noderef of another content. I know we can go with association/aspect to add this property. But consider this as special scenario.
I have set create new version on property update. So when i try to update this property and try to set it null, it creates new version but property value is not set with null in new version. It takes same nodeRef value from previous version.
i am trying to set this property through java-script based web-script.
Please send me you valuable feedback.
Thank you.