#163 COLLECTION - add a way to flatten collection with name concatenation (needed for for ELAPI)
Closed: Fixed Opened by dpal.

Add another option to copy collection function to allow to flatten collection constructing names in the dotted notation.
For example if there is a collection that has three items "foo", "bar", "baz" and a sub collection "sub" with "foo" and "fee" the flattened collection will be:
"foo", "bar", "baz", "foo", "fee".

The enhancement calls for creation of the copy method that would create a resulting collection:
"foo", "bar", "baz", "sub.foo", "sub.fee".


Fields changed

component: SSSD => libcollection
owner: somebody => dpal

Addressed by:
commit 191b97b118b0c357209166c3c374dec33560ed3a

resolution: => fixed
status: new => closed
version: 0.5.0 => 0.6.0

Fields changed

fixedin: => 0.6.0
version: 0.6.0 => 0.5.0

Fields changed

rhbz: => 0

Metadata Update from @dpal:
- Issue assigned to dpal
- Issue set to the milestone: SSSD 0.6.0

SSSD is moving from Pagure to Github. This means that new issues and pull requests
will be accepted only in SSSD's github repository.

This issue has been cloned to Github and is available here:
- https://github.com/SSSD/sssd/issues/1205

If you want to receive further updates on the issue, please navigate to the github issue
and click on subscribe button.

Thank you for understanding. We apologize for all inconvenience.

Metadata