mirror of
https://github.com/nasa/openmct.git
synced 2025-06-18 07:08:12 +00:00
Merge branch 'undirty-on-refresh-1046' into transaction-clearing-1059
Conflicts: platform/commonUI/edit/src/actions/SaveAsAction.js
This commit is contained in:
@ -152,6 +152,10 @@ define(
|
||||
}, modified);
|
||||
}
|
||||
|
||||
if (domainObject.getModel().persisted === undefined) {
|
||||
return this.$q.when(true);
|
||||
}
|
||||
|
||||
return this.persistenceService.readObject(
|
||||
this.getSpace(),
|
||||
this.getKey()
|
||||
|
Reference in New Issue
Block a user