This is an automated email from the ASF dual-hosted git repository. adamsaghy pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/fineract.git
commit 737f3e1a2c044ceffdc208c979c40915ec8b2166 Merge: 53269ba573 49d94eb932 Author: Adam Saghy <[email protected]> AuthorDate: Wed Apr 22 19:26:00 2026 +0100 Merge pull request #5764 FINERACT-2587: Remove CLIENTCHARGE|INACTIVATE write path (never implemented since 2015) .../commands/service/CommandWrapperBuilder.java | 9 ------ .../portfolio/client/api/ClientApiConstants.java | 2 -- .../client/api/ClientChargesApiResource.java | 8 +---- .../service/ClientChargeWritePlatformService.java | 3 -- .../ClientChargeWritePlatformServiceImpl.java | 7 ----- .../db/changelog/tenant/changelog-tenant.xml | 1 + ..._remove_clientcharge_inactivate_permissions.xml | 34 ++++++++++++++++++++++ .../sql/migrations/sample_data/barebones_db.sql | 2 -- .../migrations/sample_data/load_sample_data.sql | 2 -- 9 files changed, 36 insertions(+), 32 deletions(-)
