This commit is contained in:
@@ -222,7 +222,7 @@
|
||||
|
||||
<script>
|
||||
/////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
/* Xeslint-disable */
|
||||
/* eslint-disable */
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
const FORM_KEY = "inventory-widget-edit";
|
||||
@@ -396,6 +396,7 @@ export default {
|
||||
methods: {
|
||||
onChange(ref) {
|
||||
if (!this.formState.loading && !this.formState.readOnly) {
|
||||
if(ref=="tags") console.log("TAGS CHANGED");
|
||||
this.$gzform.onChange(this, ref);
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user