Don't loose the parent collection during collection changes
ClosedPublic

Authored by ervin on Aug 19 2015, 7:43 PM.

Details

Summary

Sometimes when modifying a collection we have it only partially, in
particular its parent collection might not be set, in such a case we
should keep the last known parent collection inside of the data set.

Previously we just lost that piece of information which causes issue for
full stack testing.

Diff Detail

Repository
R4 Zanshin
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
ervin updated this revision to Diff 584.Aug 19 2015, 7:43 PM
ervin retitled this revision from to Don't loose the parent collection during collection changes.
ervin updated this object.
ervin edited the test plan for this revision. (Show Details)
ervin added reviewers: bensi, franckarrecot, remibenoit.
bensi accepted this revision.Aug 20 2015, 11:26 AM
bensi edited edge metadata.
This revision is now accepted and ready to land.Aug 20 2015, 11:26 AM
This revision was automatically updated to reflect the committed changes.