Skip to content

Commit

Permalink
Display layout bug fix for display layout object removal (nasa#3117)
Browse files Browse the repository at this point in the history
* remove object tree objects that weren't being removed
  • Loading branch information
johnriedel committed Jun 26, 2020
1 parent 6dd8d44 commit 9f86c7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/plugins/remove/RemoveAction.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ export default class RemoveAction {
);

this.openmct.objects.mutate(parent, 'composition', composition);
this.openmct.objects.mutate(parent, 'configuration.items', composition);

if (this.inNavigationPath(child) && this.openmct.editor.isEditing()) {
this.openmct.editor.save();
Expand Down

0 comments on commit 9f86c7e

Please # to comment.