diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 2a32b82b..0d2cc958 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -6,10 +6,6 @@ WIFI change 5g channel to 52,56,60 and 2g channel to 8 recheck before doing as it seems to vary, maybe someone else's is auto switching - -todo: PickList, hide open button if disabled and show an active button so user can still click, that's not restricted when readonly - required because readonly form of control disables button (or maybe disabled form of control disables button) - todo: Add "smoke" e2e test that logs in as admin and then opens *every* form in the program and confirms no error this is so when I make various changes or upgrade stuff I know that at the very least every form can open up without error or crashing diff --git a/ayanova/src/App.vue b/ayanova/src/App.vue index e7898100..d65351a2 100644 --- a/ayanova/src/App.vue +++ b/ayanova/src/App.vue @@ -97,7 +97,10 @@