mirror of
https://github.com/nasa/openmct.git
synced 2024-12-27 16:38:51 +00:00
a09da30768
* no-implicit-coercion and no-unneeded-ternary * End every line with a semicolon * Spacing and formatting * Enabled semi-spacing * Applies npm run lint:fix to code after master merge * Fix merge issues * Switched operator-linebreak to 'before' Co-authored-by: Joshi <simplyrender@gmail.com> |
||
---|---|---|
.. | ||
res/templates | ||
src | ||
test | ||
bundle.js | ||
README.md |
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.