hiteshprajapati commented on code in PR #2986:
URL: https://github.com/apache/fineract/pull/2986#discussion_r1112003656
##########
fineract-provider/src/main/resources/application.properties:
##########
@@ -37,6 +37,7 @@
fineract.tenant.description=${FINERACT_DEFAULT_TENANTDB_DESCRIPTION:Default Demo
fineract.mode.read-enabled=${FINERACT_MODE_READ_ENABLED:true}
fineract.mode.write-enabled=${FINERACT_MODE_WRITE_ENABLED:true}
+fineract.mode.batch-enabled=${FINERACT_MODE_BATCH_ENABLED:true}
Review Comment:
@galovics : This particular mode is used in two conditions -
EnableFineractEventListenerCondition and EnableFineractEventsCondition
And I see the same mode has unit tests written for it. And thats reason the
same exists in application-test.properties file
--
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]