This commit is contained in:
@@ -66,7 +66,6 @@ CURRENT TODOs
|
||||
|
||||
|
||||
|
||||
todo: make the navigation pane sticky so it remembers the last setting of hidden or showing in large view size
|
||||
todo: enter new tag in widget doesn't trigger dirty?
|
||||
|
||||
todo: Test widget form as bizamdinlimited read only mode because I think several things are not right in read only mode
|
||||
|
||||
@@ -256,12 +256,7 @@ export default {
|
||||
menuItems: []
|
||||
}
|
||||
};
|
||||
},
|
||||
// watch: {
|
||||
// drawer(val) {
|
||||
// this.$store.commit("setDrawer", this.drawer);
|
||||
// }
|
||||
// },
|
||||
},
|
||||
created() {
|
||||
//Detect version change, wipe persisted form settings if has changed
|
||||
let currentVersion = window.$gz.clientInfo.version;
|
||||
@@ -288,7 +283,6 @@ export default {
|
||||
openObjectHandler.wireUpEventHandlers(this);
|
||||
window.$gz.translation.setVuetifyDefaultLanguageElements(this);
|
||||
|
||||
// this.drawer = this.$store.state.drawer;
|
||||
},
|
||||
beforeDestroy() {
|
||||
//UNWIRE ALL EVENT HANDLERS FROM GZEVENTBUS
|
||||
|
||||
@@ -102,6 +102,7 @@ export default {
|
||||
this.sourcetags.push(theTag);
|
||||
this.value.push(theTag);
|
||||
this.tagSearchEntry = "";
|
||||
this.$emit("input", this.value);
|
||||
},
|
||||
normalizeTag(tagName) {
|
||||
//kebab case takes care of all the things we need for tags in one go
|
||||
|
||||
Reference in New Issue
Block a user