This commit is contained in:
@@ -117,7 +117,7 @@
|
||||
<v-btn small @click="remove">{{ this.$gzlocale.get("Delete")}}</v-btn>
|
||||
</v-flex>
|
||||
<v-flex xs6 sm4>
|
||||
<v-btn small>DUPLICATE?</v-btn>
|
||||
<v-btn small @click="stubTestClick">TEST BUTTON</v-btn>
|
||||
</v-flex>
|
||||
<v-flex xs6 sm4>
|
||||
<v-btn small @click="submit">{{ this.$gzlocale.get("Save")}}</v-btn>
|
||||
@@ -245,7 +245,13 @@ export default {
|
||||
//check rights
|
||||
//do the delete
|
||||
alert("STUB: DELETE");
|
||||
} //end of submit()
|
||||
}, //end of remove()
|
||||
stubTestClick() {
|
||||
this.$gzevent.$emit(
|
||||
"context-menu-change",
|
||||
"HI FROM inventory-widget-edit.vue"
|
||||
);
|
||||
}
|
||||
}
|
||||
};
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user