Fixed vaidation errors for createupdate application API.
This commit is contained in:
@@ -399,7 +399,7 @@ public class FormDao {
|
||||
String fieldId = contentResponseBean.getId();
|
||||
String fieldLabel=contentResponseBean.getLabel();
|
||||
Object object=formFieldMap.get(fieldId);
|
||||
String value =Utils.convertToString(object);
|
||||
String value =Utils.convertToStringForFormFieldValue(object);
|
||||
if(value == null && isApplicationFormExist) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user