diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt
index 0a279c6d..f9b72677 100644
--- a/ayanova/devdocs/todo.txt
+++ b/ayanova/devdocs/todo.txt
@@ -77,6 +77,8 @@ DONE: Turn widget edit ROLES into a static select populated from server
- Use the enumpicklist route to get a list of roles and use it for the widget UI
DONE: Widget - NOTES FIELD
TODO: TAGS!!! Do tags mofo
+ - https://stackoverflow.com/questions/48500587/vuetify-v0-17-6-how-to-get-the-autocomplete-text-inside-v-select
+ -
TODO: Custom fields
TODO: Record history display / check other AyaNova 7 options / buttons that need to carry forward
- Some of this stuff is stage 2 for the edit form
diff --git a/ayanova/src/api/locale.js b/ayanova/src/api/locale.js
index 2fbfb321..7e31a8c4 100644
--- a/ayanova/src/api/locale.js
+++ b/ayanova/src/api/locale.js
@@ -97,7 +97,8 @@ export default {
"DeletePrompt",
"AreYouSureUnsavedChanges",
"Leave",
- "Copy"
+ "Copy",
+ "Tags"
],
decimalValidate(required) {
return { required: required, decimal: [2, this.format().decimalSeparator] };
diff --git a/ayanova/src/views/inventory-widget-edit.vue b/ayanova/src/views/inventory-widget-edit.vue
index 87d6f1fb..f3b69ceb 100644
--- a/ayanova/src/views/inventory-widget-edit.vue
+++ b/ayanova/src/views/inventory-widget-edit.vue
@@ -138,6 +138,20 @@
@change="onChange('roles')"
>
+
+
+
@@ -173,7 +186,7 @@