alberto-art3ch commented on code in PR #3951:
URL: https://github.com/apache/fineract/pull/3951#discussion_r1663062379


##########
fineract-loan/src/main/java/org/apache/fineract/portfolio/loanproduct/api/LoanProductsApiResourceSwagger.java:
##########
@@ -157,6 +157,8 @@ private PostLoanProductsRequest() {}
         public Long delinquencyBucketId;
         @Schema(example = "false")
         public Boolean enableInstallmentLevelDelinquency;
+        @Schema(example = "false")
+        public Boolean useDueRepaymentGlobalConfigs;

Review Comment:
   @adamsaghy / @bharathc27 
   
   This boolean attribute is to let the UI know If the products uses or not the 
global config values. This is because in the UI exists a checkbox to indicate 
this. When you are creating and select that checkbox the global values are sent 
to Fineract. Until this, It is ok
   
   The problem exists when you edit a Loan Product, the UI can not to know If 
the values of these configurations are or not copied from the global config
   
   This issue was reported by Peter. The UI has the logic to read the value, 
but If Fineract does not return any value for this, then the UI can not 
indicate if the configurations are or not inherit from the global configurations



-- 
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