From 40f12a6cc1e5aaec4792c9bb403f3ee31b491b5f Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Sat, 20 Jun 2020 20:26:42 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 4 + .../src/components/date-time-v2-control.vue | 150 ++++++++---------- 2 files changed, 70 insertions(+), 84 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 79f82a80..3680de64 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -8,6 +8,10 @@ WIFI change 5g channel to 52,56,60 and 2g channel to 8 todo: datetime should support keyboard entry if typing +todo: server error not displaying properly for broken rules? + widget start date invalid format or missing I guess was the issue but no feedback + {"error":{"code":"2200","details":[{"target":"StartDate","error":"2201"}],"message":"Object did not pass validation"}} + todo: if dbid in url query parameter of contact form on server it should include that in the message also something needs to be fixed there, it's been in notes forever diff --git a/ayanova/src/components/date-time-v2-control.vue b/ayanova/src/components/date-time-v2-control.vue index 5e008ee6..54182cc5 100644 --- a/ayanova/src/components/date-time-v2-control.vue +++ b/ayanova/src/components/date-time-v2-control.vue @@ -1,33 +1,38 @@