Hi Isomorphic,
please see this SNAPSHOT_v10.1d_2015-10-14 BuilinDS based testcase.
See attached files plus DataSourceLoader row in the html file:
Root cause seems to be that the "Mentor"-field is required=false.
I'd think that the validation should be done always (for a server-validator) independent of this the field being required=true or the row having other errors.
Best regards
Blama
please see this SNAPSHOT_v10.1d_2015-10-14 BuilinDS based testcase.
See attached files plus DataSourceLoader row in the html file:
Code:
"builtinds/sc/DataSourceLoader?dataSource=supplyItem,animals,employees,employeesUpload,batchUpload")
- Please upload the txt (rename to .csv) and see that the last three rows have errors.
- Open the editor for field "Mentor" in row1, wait for the list to load, clear the server log (no error in row)
- Select an entry in the client, leave the row
- See that no validation takes place, even though an serverCustom validator is defined
- Repeat steps 2-4 for row2 with the same result (no validation) (no error in row)
- Repeat steps 2-4 for row3 with the same result (no validation) (error in edited column)
- Repeat steps 2-4 for one of the rows 4-5. Here server validation is done (error in different column)
Root cause seems to be that the "Mentor"-field is required=false.
I'd think that the validation should be done always (for a server-validator) independent of this the field being required=true or the row having other errors.
Best regards
Blama
Comment