openmct/platform/persistence/queue
Deep Tailor d36441db73 Persistence dialog fix (#2337)
* discard persistence error dialog

* update tests
2019-03-28 13:55:39 -07:00
..
res/templates [Copyright] Update copyright year across platform code references 2018-05-14 15:46:17 -07:00
src Persistence dialog fix (#2337) 2019-03-28 13:55:39 -07:00
test Persistence dialog fix (#2337) 2019-03-28 13:55:39 -07:00
bundle.js Build refactor to webpack (#2139) 2018-08-07 14:47:50 -07:00
README.md [Licenses] Update copyright year to 2017 2017-04-05 14:52:46 -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.