Added editing support to the View API (#2279)

* Added edit to view API

* Fixed listener deregistration bug
This commit is contained in:
Andrew Henry
2019-02-13 19:26:26 -08:00
committed by Pegah Sarram
parent d0ab59f9da
commit 853764d863
14 changed files with 123 additions and 66 deletions

View File

@@ -84,7 +84,7 @@
mounted() {
let viewProvider = this.openmct.objectViews.get(this.domainObject)[0];
this.view = viewProvider.view(this.domainObject);
this.view.show(this.$refs.objectView);
this.view.show(this.$refs.objectView, false);
},
destroy() {
this.view.destroy();