mirror of
https://github.com/nasa/openmct.git
synced 2025-03-23 04:25:27 +00:00
Fixed saving
This commit is contained in:
parent
51abd1fadf
commit
564a822423
@ -125,7 +125,7 @@ define(
|
||||
.getObjects([domainObject.getModel().location])
|
||||
.then(function(objs){ return doWizardSave(domainObject, objs[domainObject.getModel().location])});
|
||||
} else {
|
||||
return domainObject.getCapability("editor").save();
|
||||
return domainObject.getCapability("editor").save().then(function(){return domainObject.getOriginalObject()});
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user