Node versioning, Custom attribute lost on versioning

2019-01-10 Thread Vivek Kamble
Hi team, Question is regarding versioning of node, Step 1) If a Custom node which is of type mix:versionable and with custom properties is added as child of root node. using Node node=rootNode.addNode(name, type); node.addMixin("mix:versionable"); setFolderNodeAttributes(cutomMetadat

Re: Node versioning, Custom attribute lost on versioning

2019-01-10 Thread Vivek Kamble
Hi team, Question is regarding versioning of node, Step 1) If a Custom node which is of type mix:versionable and with custom properties is added as child of root node. using Node node=rootNode.addNode(name, type); node.addMixin("mix:versionable"); setCustomNodeAttributes(cutomMetadat