This commit is contained in:
@@ -267,6 +267,14 @@ TODO: 1 BETA DOCS:
|
||||
- At the server in RequiredFieldsValidator.cs wrap line 87 and maybe the above in a try catch block to properly handle and issue an error if the names don't match
|
||||
rather than bombing. maybe do this first so can catch the ones that slip through
|
||||
|
||||
TODO ACTUAL FOR THIS
|
||||
Errors returned *MUST* always be the model property because the server and biz rules will always use that, currently when I started to change it I didn't realize how important that was and
|
||||
Used the fieldkey/transkey in the form server errors but that is incorrect.
|
||||
Also the custom fields validation is returning the form key over the model but it should be the other way around, modelkey first if found or secondarily formkey as it's assumed the form key *is* the same as the model key
|
||||
So, the fix is to go back through all the wo quote and when I get to it PM forms and make sure the custom required valiation issues the model key and that the form field servererrors code specifies the model key as well
|
||||
(which is how it was basically)
|
||||
|
||||
|
||||
- 1 todo: Search limited to a type is *not* working, it just returns all results, search from a Customer for example and you will see all object results
|
||||
|
||||
- 1 todo:
|
||||
|
||||
Reference in New Issue
Block a user