diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 8b4fc68e..f63c13d1 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -55,6 +55,8 @@ todo: v8 migrate additions ## CLIENT MISC ITEMS +todo: generateMenu called on forms redundantly? + called for getdata, but also called in created in wrong place i.e. always rather than just when it's not a getdata situation due to already existing todo: select list templates under global is offering types that don't6 have select lists like memo etc todo: if all custom fields are turned off then should not show anything (I think that's already the case but confirm) todo: ability to turn off attachments for every form it's on via customize ui diff --git a/ayanova/src/components/work-order-item-scheduled-users.vue b/ayanova/src/components/work-order-item-scheduled-users.vue index db79eb6b..8c3e3c16 100644 --- a/ayanova/src/components/work-order-item-scheduled-users.vue +++ b/ayanova/src/components/work-order-item-scheduled-users.vue @@ -1,5 +1,8 @@