This commit is contained in:
2021-02-22 18:23:39 +00:00
parent 40be953fe6
commit 7d11e0f46d
3 changed files with 6 additions and 16 deletions

View File

@@ -47,13 +47,6 @@ todo: WHEN HAVE WORKORDER FORM customer popup notes need to pop pop pop, forgot
## SERVER MISC ITEMS
todo: FormFieldReference, edit at server to be in order that is shown on form or
modify the Customize form to put them in alpha order or something, right now it is basically random (except po which I just did in order and makes more sense)
todo: OOPS, FormFieldReference has a potentially major issue:
RequiredFieldsValidator expects the FieldKey property to be the exact name of the business object property, but I've been just tossing anything in there willy nilly
Go through them all and ensure that the fieldkey is the actual biz property, not made up random nonsense and not the translation key (unless they happen to be identical)
the FieldKey should exactly match the Model definition of that property
todo: child collection items error / rule / customization handling
All commented in with //TODO: CHILD COLLECTION MOD
Currently not supported but should be when get to wo it will be a beast without this