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] [Commented] (FINERACT-197) Loan collateral description should be optional

    [ https://issues.apache.org/jira/browse/FINERACT-197?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15878254#comment-15878254 ] 

Edward Cable commented on FINERACT-197:
---------------------------------------

Per triage on 2/22/2017, [~santoshmath] will confirm if this issue is still valid. 

> Loan collateral description should be optional 
> -----------------------------------------------
>
>                 Key: FINERACT-197
>                 URL: https://issues.apache.org/jira/browse/FINERACT-197
>             Project: Apache Fineract
>          Issue Type: Bug
>            Reporter: Emmanuel Nnaa
>            Assignee: Markus Geiss
>            Priority: Minor
>              Labels: confirm
>
> 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)