This commit is contained in:
@@ -78,8 +78,10 @@ DONE: Turn widget edit ROLES into a static select populated from server
|
|||||||
DONE: Widget - NOTES FIELD
|
DONE: Widget - NOTES FIELD
|
||||||
TODO: TAGS!!!
|
TODO: TAGS!!!
|
||||||
- Adding a new tag doesn't flag the record as dirty! (selecting does though)
|
- Adding a new tag doesn't flag the record as dirty! (selecting does though)
|
||||||
|
- Localize the text enter a tag
|
||||||
- Layout: tags seems to buried into the rest of the form fields, maybe needs more whitespace around it, or a box
|
- Layout: tags seems to buried into the rest of the form fields, maybe needs more whitespace around it, or a box
|
||||||
- COMPONENTIZE
|
- COMPONENTIZE
|
||||||
|
- Could auto-insert tags in suggestion list like the current year or month or year/month/day or user name or ??
|
||||||
|
|
||||||
TODO: Custom fields
|
TODO: Custom fields
|
||||||
TODO: Record history display / check other AyaNova 7 options / buttons that need to carry forward
|
TODO: Record history display / check other AyaNova 7 options / buttons that need to carry forward
|
||||||
|
|||||||
@@ -162,7 +162,6 @@
|
|||||||
:items="pickLists.tags"
|
:items="pickLists.tags"
|
||||||
:loading="tagSearchUnderway"
|
:loading="tagSearchUnderway"
|
||||||
:search-input.sync="tagSearchEntry"
|
:search-input.sync="tagSearchEntry"
|
||||||
no-data-text="ENTER A TAG"
|
|
||||||
hide-selected
|
hide-selected
|
||||||
multiple
|
multiple
|
||||||
chips
|
chips
|
||||||
@@ -303,7 +302,7 @@ export default {
|
|||||||
return {
|
return {
|
||||||
pickLists: {
|
pickLists: {
|
||||||
roles: [],
|
roles: [],
|
||||||
tags: []
|
tags: [""]
|
||||||
},
|
},
|
||||||
tagSearchEntry: null,
|
tagSearchEntry: null,
|
||||||
tagSearchUnderway: false,
|
tagSearchUnderway: false,
|
||||||
|
|||||||
Reference in New Issue
Block a user