mirror of
https://github.com/nasa/openmct.git
synced 2025-06-17 06:38:17 +00:00
Merge branch 'open1035' into open-master
Merge WTD-1035; resolving conflicts to avoid WTD-1069 Conflicts: platform/commonUI/edit/src/controllers/EditController.js platform/commonUI/edit/src/objects/EditableDomainObjectCache.js
This commit is contained in:
@ -77,6 +77,13 @@ define(
|
||||
*/
|
||||
cancel: function () {
|
||||
return resolvePromise(undefined);
|
||||
},
|
||||
/**
|
||||
* Check if there are any unsaved changes.
|
||||
* @returns {boolean} true if there are unsaved changes
|
||||
*/
|
||||
dirty: function () {
|
||||
return cache.dirty();
|
||||
}
|
||||
};
|
||||
};
|
||||
|
Reference in New Issue
Block a user