This is an automated email from the ASF dual-hosted git repository.
ptuomola pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git.
from bd9119e Merge pull request #1211 from fynmanoj/AL-9
new db232c6 FINERACT-1095 Added status parameter in Clients API
new d00d978 Removed duplicate status values to check status parameter
validity
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../fineract/integrationtests/ClientTest.java | 42 +++++++++++++++++--
.../integrationtests/common/ClientHelper.java | 9 +++++
.../core/service/SearchParameters.java | 47 ++++++++++++++++++++--
.../portfolio/client/api/ClientsApiResource.java | 12 +++---
.../portfolio/client/domain/ClientStatus.java | 29 +++++++++++++
.../service/ClientReadPlatformServiceImpl.java | 18 +++++++++
.../self/client/api/SelfClientsApiResource.java | 5 ++-
7 files changed, 147 insertions(+), 15 deletions(-)