From fe6827be7a55f85b3a386b121126d915ca69efdd Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Wed, 16 Jan 2019 00:14:08 +0000 Subject: [PATCH] --- devdocs/todo.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/devdocs/todo.txt b/devdocs/todo.txt index 28ad66eb..49111fa3 100644 --- a/devdocs/todo.txt +++ b/devdocs/todo.txt @@ -13,8 +13,12 @@ Do the stuff in the Client todo first then back to the server as required. SERVER - - Add validation of custom fields in widget + - (CODED, NOT TESTED) Add validation of custom fields in widget + - Test? Hard to test when it affects so many other tests but perhaps I can slog through and make one of the custom fields required and modify all the widget tests to include that field + - Do the test after the next item below as it will affect all existing tests + - Add validation of required fields that are not custom in widget + - Test? Same as above really, so maybe code it all at once - Then do the things all the way down to JWT issues below