From f148a39c7447651df5775b8ead04848a8c0ea1a2 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Fri, 11 Jan 2019 00:32:14 +0000 Subject: [PATCH] --- devdocs/todo.txt | 5 +++++ server/AyaNova/biz/FormCustomBiz.cs | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/devdocs/todo.txt b/devdocs/todo.txt index 6bb59a1a..b20317c7 100644 --- a/devdocs/todo.txt +++ b/devdocs/todo.txt @@ -12,12 +12,17 @@ Do the stuff in the Client todo first then back to the server as required. ----------------------- SERVER + - FormCustomBiz Validation code needs to be written + - And test to test validation + + - Then do the things all the way down to JWT issues below - PickListFetcher: WTF? It has a reference to widgetbiz in it, isn't this a generic class?? - Resource localization edit all Custom field locale keys for all langauges and change to be 1 to 16 (remove 0 and add 6 more) - So, for example ClientCustom0 becomes ClientCustom1 and make sure the display values are identical as right now there are "My Custom0" and "Custom Field 8" in the same bunch - Copy from WidgetCustom1 to 16 if necessary or for reference + - Resource localization edit wherever possible to change "Common*" such as "CommonActive" to remove the "common" part wherever possible. - Also check if used anywhere in client or at server and rename there too diff --git a/server/AyaNova/biz/FormCustomBiz.cs b/server/AyaNova/biz/FormCustomBiz.cs index 17c18167..90d3b4c1 100644 --- a/server/AyaNova/biz/FormCustomBiz.cs +++ b/server/AyaNova/biz/FormCustomBiz.cs @@ -194,7 +194,7 @@ namespace AyaNova.Biz public const string Decimal = "decimal"; */ - //TODO: validate the json + TODO: validate the json /* - JSON FRAGMENT holds items that differ from stock, no "core" fields allowed - FieldKey