oleksii-novikov-onix commented on code in PR #4394:
URL: https://github.com/apache/fineract/pull/4394#discussion_r1991601662
##########
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:
@adamsaghy @alberto-art3ch Do we need to fetch the data from the datatable
that we are trying to delete and include it in the event?
--
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]