QueryTreeModelBase prevents cycle creation
ClosedPublic

Authored by ervin on Dec 21 2015, 11:49 AM.

Details

Summary

For internal drag and drop, we forbid the user to drop an item on one of
its descendents. Otherwise it might create cycles in the data leading to
crashes.

Ideally the check on the data should be done at a lower level, but that
requires the caching facilities which are still in the work.

Diff Detail

Repository
R4 Zanshin
Lint
Lint Skipped
Unit
Unit Tests Skipped
ervin updated this revision to Diff 1566.Dec 21 2015, 11:49 AM
ervin retitled this revision from to QueryTreeModelBase prevents cycle creation.
ervin updated this object.
ervin edited the test plan for this revision. (Show Details)
ervin added reviewers: bensi, franckarrecot, dfaure.
bensi accepted this revision.Dec 22 2015, 10:02 AM
bensi edited edge metadata.
This revision is now accepted and ready to land.Dec 22 2015, 10:02 AM
This revision was automatically updated to reflect the committed changes.