This is an automated email from the ASF dual-hosted git repository. myrle pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/fineract-cn-customer.git
commit 9936657b9ab8cfb789d213120fcccc06ce0201e5 Merge: 5184b15 02cda5a Author: Markus Geiss <[email protected]> AuthorDate: Wed Sep 27 11:35:05 2017 +0200 Merge pull request #11 from markusgeiss/develop added delete and update for catalogs and fields .../catalog/api/v1/CatalogEventConstants.java | 7 +- .../catalog/api/v1/client/CatalogManager.java | 44 +++++++ .../CatalogNotFoundException.java} | 12 +- .../io/mifos/customer/catalog/TestCatalog.java | 144 +++++++++++++++++++++ .../catalog/listener/CatalogEventListener.java | 30 ++++- .../internal/command/ChangeFieldCommand.java | 22 +++- .../internal/command/DeleteCatalogCommand.java | 18 +-- .../internal/command/DeleteFieldCommand.java | 22 +++- .../internal/command/handler/CatalogAggregate.java | 82 +++++++++++- .../internal/repository/FieldValueRepository.java | 3 + .../internal/repository/OptionRepository.java | 12 +- .../service/internal/service/CatalogService.java | 40 +++++- .../rest/controller/CatalogRestController.java | 65 ++++++++++ 13 files changed, 458 insertions(+), 43 deletions(-) -- To stop receiving notification emails like this one, please contact [email protected].
