You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@fineract.apache.org by "Emmanuel Nnaa (JIRA)" <ji...@apache.org> on 2016/03/17 12:06:33 UTC

[jira] [Created] (FINERACT-82) change client "date of birth" property to non-mandatory

Emmanuel Nnaa created FINERACT-82:
-------------------------------------

             Summary: change client "date of birth" property to non-mandatory
                 Key: FINERACT-82
                 URL: https://issues.apache.org/jira/browse/FINERACT-82
             Project: Apache Fineract
          Issue Type: Improvement
            Reporter: Emmanuel Nnaa
            Assignee: Markus Geiss
            Priority: Minor


change client "date of birth" property to non-mandatory.

*From:*
{code}
baseDataValidator.reset().parameter(ClientApiConstants.dateOfBirthParamName).value(dateOfBirth).notNull().validateDateBefore(DateUtils.getLocalDateOfTenant());
{code}

*To:*
{code}
baseDataValidator.reset().parameter(ClientApiConstants.dateOfBirthParamName).value(dateOfBirth).validateDateBefore(DateUtils.getLocalDateOfTenant());
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)