This commit is contained in:
@@ -12,12 +12,17 @@ Do the stuff in the Client todo first then back to the server as required.
|
|||||||
-----------------------
|
-----------------------
|
||||||
|
|
||||||
SERVER
|
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??
|
- 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)
|
- 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
|
- 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
|
- 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.
|
- 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
|
- Also check if used anywhere in client or at server and rename there too
|
||||||
|
|
||||||
|
|||||||
@@ -194,7 +194,7 @@ namespace AyaNova.Biz
|
|||||||
public const string Decimal = "decimal";
|
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
|
- JSON FRAGMENT holds items that differ from stock, no "core" fields allowed
|
||||||
- FieldKey
|
- FieldKey
|
||||||
|
|||||||
Reference in New Issue
Block a user