You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by "abraham-menyhart (via GitHub)" <gi...@apache.org> on 2023/05/26 14:28:28 UTC

[GitHub] [fineract] abraham-menyhart commented on a diff in pull request #3205: FINERACT-1724: Datatables query API fix - invalid filter query

abraham-menyhart commented on code in PR #3205:
URL: https://github.com/apache/fineract/pull/3205#discussion_r1206872679


##########
fineract-provider/src/main/java/org/apache/fineract/infrastructure/dataqueries/service/ReadWriteNonCoreDataServiceImpl.java:
##########
@@ -19,6 +19,8 @@
 package org.apache.fineract.infrastructure.dataqueries.service;
 
 import static java.util.Arrays.asList;
+import static java.util.Locale.ENGLISH;
+import static org.apache.commons.lang3.time.DateFormatUtils.ISO_8601_EXTENDED_DATE_FORMAT;

Review Comment:
   I would, but the input of the validateColumn method is a string... And I didn't want to refactor the validateColumn method to accept  DateTimeFormatter. You ask too much @adamsaghy ! :moneybag: But I see want I can do ;) 



-- 
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: commits-unsubscribe@fineract.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org