This commit is contained in:
2020-09-15 22:12:30 +00:00
parent 88125196a2
commit e4d2a8b7d9

View File

@@ -225,7 +225,6 @@ namespace AyaNova.Biz
if (FormCustomization != null)
{
//Yeppers, do the validation, there are two, the custom fields and the regular fields that might be set to required
//validate users choices for required non custom fields
RequiredFieldsValidator.Validate(this, FormCustomization, proposedObj);