adamsaghy commented on code in PR #4042:
URL: https://github.com/apache/fineract/pull/4042#discussion_r1740207302


##########
fineract-core/src/main/java/org/apache/fineract/infrastructure/core/data/DataValidatorBuilder.java:
##########
@@ -1056,4 +1056,12 @@ public void throwValidationErrors() throws 
PlatformApiDataValidationException {
             throw new PlatformApiDataValidationException(dataValidationErrors);
         }
     }
+
+    public static ApiParameterError buildValidationParameterApiError(final 
String resource, final String parameterName,

Review Comment:
   I dont think we need this. You can just simply force return and the 
`baseDataValidator` would be processed till that point...



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to