mirror of
https://github.com/nasa/openmct.git
synced 2025-06-22 17:08:57 +00:00
Resolved merge conflicts
This commit is contained in:
@ -168,13 +168,10 @@ define(
|
||||
}, modified);
|
||||
}
|
||||
|
||||
// Only update if we don't have unsaved changes
|
||||
return (model.modified === model.persisted) ?
|
||||
this.persistenceService.readObject(
|
||||
return this.persistenceService.readObject(
|
||||
this.getSpace(),
|
||||
this.domainObject.getId()
|
||||
).then(updateModel) :
|
||||
fastPromise(false);
|
||||
).then(updateModel);
|
||||
};
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user