This commit is contained in:
2019-06-18 17:19:56 +00:00
parent 1d0055f214
commit a68dc34cba
2 changed files with 1 additions and 2 deletions

View File

@@ -75,7 +75,7 @@ DONE: For form initialization modify widget edit make an simple init call for on
- Init should be promisified and have a chain of promises for form initialization so async stuff can properly finalize before init is done and code moves on - Init should be promisified and have a chain of promises for form initialization so async stuff can properly finalize before init is done and code moves on
DONE: Turn widget edit ROLES into a static select populated from server 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 - Use the enumpicklist route to get a list of roles and use it for the widget UI
### TODO: Widget - NOTES FIELD DONE: Widget - NOTES FIELD
TODO: TAGS!!! Do tags mofo TODO: TAGS!!! Do tags mofo
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

View File

@@ -138,7 +138,6 @@
@change="onChange('roles')" @change="onChange('roles')"
></v-select> ></v-select>
</v-flex> </v-flex>
<v-flex xs12 px-2> <v-flex xs12 px-2>
<v-textarea <v-textarea
v-model="obj.notes" v-model="obj.notes"