openmct/platform/persistence/queue
Victor Woeltjen 9eeb68ddd0 [Persistence] Show user, modification time
Show user name and modification time in dialog when revision-checking
detects modifications. WTD-1033.
2015-03-25 12:19:45 -07:00
..
res/templates [Persistence] Show user, modification time 2015-03-25 12:19:45 -07:00
src [Persistence] Show user, modification time 2015-03-25 12:19:45 -07:00
test [Persistence] Show user, modification time 2015-03-25 12:19:45 -07:00
bundle.json [Persistence] Show user, modification time 2015-03-25 12:19:45 -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.