You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Loan Product Create and Edit Functionality affected with the latest Fineract version because transactionProcessingStrategyId has been renamed to transactionProcessingStrategyCode
Steps to Reproduce
Go to Admin -> Products -> Create New Product Or Edit and existing product.
Complete the form and submit
Expected Behaviour
Loan Product should be created or updated succesfully
Actual Behaviour
Loan product is not created. The reason being Repayment Strategy drop down is not mapped to the response from fineract API because the API response now has different parameter name.
See response (transactionProcessingStrategyOptions attribute) from API (/fineract-provider/api/v1/loanproducts/template)
Settings
Mifos X version: Latest Development
Browser used: Google Chrome
OS: Windows 10 / Centos 8
Screenshots
The text was updated successfully, but these errors were encountered:
Loan Product Create and Edit Functionality affected with the latest Fineract version because transactionProcessingStrategyId has been renamed to transactionProcessingStrategyCode
Steps to Reproduce
Go to Admin -> Products -> Create New Product Or Edit and existing product.
Complete the form and submit
Expected Behaviour
Loan Product should be created or updated succesfully
Actual Behaviour
Loan product is not created. The reason being Repayment Strategy drop down is not mapped to the response from fineract API because the API response now has different parameter name.
See response (transactionProcessingStrategyOptions attribute) from API (/fineract-provider/api/v1/loanproducts/template)
Settings
Screenshots
The text was updated successfully, but these errors were encountered: