diff --git a/ayanova/src/components/tag-picker.vue b/ayanova/src/components/tag-picker.vue index e69de29b..7f9daec9 100644 --- a/ayanova/src/components/tag-picker.vue +++ b/ayanova/src/components/tag-picker.vue @@ -0,0 +1,194 @@ + + diff --git a/ayanova/src/main.js b/ayanova/src/main.js index f0d6cbb3..8222b73c 100644 --- a/ayanova/src/main.js +++ b/ayanova/src/main.js @@ -28,7 +28,10 @@ import gzform from "./api/gzform"; import roles from "./api/authorizationroles"; import gztype from "./api/ayatype"; import "@/assets/css/main.css"; + +//controls import dateTimeControl from "./components/date-time-control.vue"; +import tagPicker from "./components/tag-picker.vue"; ///////////////////////////////////////////////////////////////// // LIBS AND GLOBAL ITEMS @@ -148,6 +151,7 @@ Vue.filter("boolastext", function vueFilterBoolAsText(value) { //GZ COMPONENTS // Vue.component("gz-date-time-picker", dateTimeControl); +Vue.component("gz-tag-picker", tagPicker); //////////////////////////////////////////////////////// //3rd party ui components diff --git a/ayanova/src/views/inventory-widget-edit.vue b/ayanova/src/views/inventory-widget-edit.vue index 1cd474d5..f4971fc7 100644 --- a/ayanova/src/views/inventory-widget-edit.vue +++ b/ayanova/src/views/inventory-widget-edit.vue @@ -152,7 +152,15 @@ - + - + + FORMtags: {{ obj.tags }} +