Details
-
Bug
-
Status: Closed
-
High
-
Resolution: Fixed
-
2.01.00m03
-
None
Description
When printing the id for virtual nodes below FACETSELECT, we get the same ItemId :
System.out.println(" getId1 " + ((NodeImpl)ServicingNodeImpl.unwrap(node)).getId().toString() );
System.out.println(" getId2 " + ((NodeImpl)ServicingNodeImpl.unwrap(((HippoNode)node).getCanonicalNode())).getId().toString() );
For nodes below facetsearch instead of select the ItemId is different
Attachments
Issue Links
- waits for
-
CMS-504 create unit test for (HippoNode)srcNode).getCanonicalNode() and ItemId of virtual nodes
- Closed