You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@fineract.apache.org by "Edward Cable (JIRA)" <ji...@apache.org> on 2017/02/22 14:02:44 UTC

[jira] [Closed] (FINERACT-196) Loan collateral description should be optional

     [ https://issues.apache.org/jira/browse/FINERACT-196?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Edward Cable closed FINERACT-196.
---------------------------------
    Resolution: Duplicate

> Loan collateral description should be optional 
> -----------------------------------------------
>
>                 Key: FINERACT-196
>                 URL: https://issues.apache.org/jira/browse/FINERACT-196
>             Project: Apache Fineract
>          Issue Type: Bug
>            Reporter: Emmanuel Nnaa
>            Assignee: Markus Geiss
>            Priority: Minor
>
> The loan collateral description is currently mandatory for loan creation or modification.
> {code}
> final String description = this.fromApiJsonHelper.extractStringNamed("description", collateralItemElement);
>                     baseDataValidator.reset().parameter("collateral").parameterAtIndexArray("description", i).value(description).notBlank()
> .notExceedingLengthOf(500);
> {code}
> See - org.mifosplatform.portfolio.loanaccount.serialization.LoanApplicationCommandFromApiJsonHelper.validateForCreate(String, boolean)
> org.mifosplatform.portfolio.loanaccount.serialization.LoanApplicationCommandFromApiJsonHelper.validateForModify(String)



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)