mirror of
https://github.com/nasa/openmct.git
synced 2024-12-19 05:07:52 +00:00
cherry-pick(#6568): Only decrement and save if there is composition but no child object reference (#6568) Co-authored-by: David Tsay <3614296+davetsay@users.noreply.github.com>
This commit is contained in:
parent
c6e913245d
commit
eb95b1f50b
@ -238,7 +238,9 @@ export default class ExportAsJSONAction {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
this._decrementCallsAndSave();
|
if (!childObjectReferenceId) {
|
||||||
|
this._decrementCallsAndSave();
|
||||||
|
}
|
||||||
});
|
});
|
||||||
} else if (!childObjectReferenceId) {
|
} else if (!childObjectReferenceId) {
|
||||||
this._decrementCallsAndSave();
|
this._decrementCallsAndSave();
|
||||||
|
Loading…
Reference in New Issue
Block a user