openmct/platform/persistence/queue
Victor Woeltjen c00d77dcb1 [Build] Relocate operators
...in multi-line expressions, to satisfy JSHint.
2016-03-04 11:02:57 -08:00
..
res/templates [Licenses] Add license headers 2015-05-13 16:43:30 -07:00
src [Build] Relocate operators 2016-03-04 11:02:57 -08:00
test [Build] Remove boilerplate from scripts 2016-03-04 10:46:38 -08:00
bundle.js [Build] Remove boilerplate from scripts 2016-03-04 10:46:38 -08:00
README.md [Persistence] Rename bundle 2015-03-20 13:14:14 -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.