Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
If a node has multiple reference properties to the same referenceable, only 1 is reported:
/bar [mix:referenceable] /foo + ref0 --> /bar + ref1 --> /bar
session.getNode("/bar").getReferences() only reports /foo/ref0
(note that the test with multiple references from different nodes works)