MODE-1406 Corrected validation of shareable node creation When a shareable node is created, the validation logic assures that the new shared…
Show more
MODE-1406 Corrected validation of shareable node creationWhen a shareable node is created, the validation logic assures that the new shared node willhave the correct node type. If the parent node type's associated child node definitionis restrictive of the allowed child node type, this validation logic may fail because itwas incorrectly resolving the shared node (e.g., the primary type of the child was thoughtto be "mode:share", an internal node type used in the shareable nodes feature, rather thanthe actual primary type of the shareable node.The fix was simply using "originalNode()" rather than "proxyNode()" to obtain the originalshared node.A new test case replicates the problem and error, and after the fix runs successfull.
Show less