Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Invalid
-
Resource Collections 1.0.0
-
None
Description
Chnage the name of the node to sling:members, it members currently.
Also fix the property name from sling:references to sling:resources to make it consistent with sling:resource.
I have extracted out the properties in a Constants in impl. This removed duplicate hard coded "members" string literal in ResourceCollectionManagerImpl.
Also, fixed a issue where while creating collection, path was wrong. Added test case for the same.