openmct/platform/persistence/queue
Victor Woeltjen 6b43256afd [Persistence] Requeue on overwrite
Requeue (instead of trying to access persistence again) on overwrite
WTD-1033.
2015-03-24 14:09:51 -07:00
..
res/templates [Persistence] Populate persistence error dialog 2015-03-24 10:13:07 -07:00
src [Persistence] Requeue on overwrite 2015-03-24 14:09:51 -07:00
bundle.json [Persistence] Show persistence failure dialog 2015-03-20 14:23:51 -07: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.