ID 128787 - CollectionCreate can create invalid collections when not operating on /root

Follow

Problem summary:
Non-root collections should use relative paths, but CollectionCreate creates them with absolute paths. 

Steps to reproduce:
  1. In the Node Graph tab, add a PrimitiveCreate and a CollectionCreate node, and connect them.
  2. Set the view and edit flags on the CollectionCreate node, e.g. by double-clicking it.
  3. In the Parameters tab, set location to /root/world and name to myCollection.
  4. In the Scene Graph tab, expand all and drag /root/world/geo/primitive to the Add Statements button in the Parameters tab.
  5. In the Scene Graph tab, right-click the new collection and choose Collect and Select....
Expected result:
/root/world/geo/primitive is selected.
 
Actual result:
/root/world/geo/primitive is not selected.
 
Bonus issue:
CollectionCreate's location parameter should default to /root.

    We're sorry to hear that

    Please tell us why