adamsaghy commented on code in PR #4394:
URL: https://github.com/apache/fineract/pull/4394#discussion_r1991691938
##########
fineract-provider/src/main/java/org/apache/fineract/infrastructure/dataqueries/service/ReadWriteNonCoreDataServiceImpl.java:
##########
@@ -1517,6 +1531,11 @@ private CommandProcessingResult
deleteDatatableEntries(final String dataTableNam
+ whereValue;
this.jdbcTemplate.update(sql); // NOSONAR
+ final Map<String, String> dataParams = null;
Review Comment:
Well.. good question...but i think it is fine..since this way we can make
sure the downstream systems are notified and they have some extra information.
--
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]