mirror of
https://github.com/nasa/openmct.git
synced 2025-06-23 01:18:57 +00:00
[Edit] Don't refresh unpersisted objects
This commit is contained in:
@ -152,6 +152,10 @@ define(
|
|||||||
}, modified);
|
}, modified);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (domainObject.getModel().persisted === undefined) {
|
||||||
|
return this.$q.when(true);
|
||||||
|
}
|
||||||
|
|
||||||
return this.persistenceService.readObject(
|
return this.persistenceService.readObject(
|
||||||
this.getSpace(),
|
this.getSpace(),
|
||||||
this.getKey()
|
this.getKey()
|
||||||
|
Reference in New Issue
Block a user