Deep Tailor d36441db73 Persistence dialog fix (#2337)
* discard persistence error dialog

* update tests
2019-03-28 13:55:39 -07:00
..
2019-03-28 13:55:39 -07:00
2019-03-28 13:55:39 -07:00
2018-08-07 14:47:50 -07:00

This bundle provides an Overwrite/Cancel dialog when persisting domain objects, if persistence fails. It is meant to be paired with a persistence adapter which performs revision-checking on update calls, in order to provide the user interface for choosing between Overwrite and Cancel in that situation.