This is an automated email from the ASF dual-hosted git repository. Aman-Mittal pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/fineract-backoffice-ui.git
commit 82e9a2096d3e460ed780e1fa6940435f595365c6 Merge: 98770c4 0028b9e Author: Aman-Mittal <[email protected]> AuthorDate: Sun Aug 16 00:38:57 2026 +0530 Merge pull request #356 from Aman-Mittal/feat/gate-internal-endpoint-screens feat: gate the screens that drive Fineract's test-only endpoints .github/workflows/ci.yml | 6 + package.json | 1 + public/config.json | 3 +- scripts/check-internal-endpoints.mjs | 164 +++++++++++++++++++++ src/app/core/guards/developer-tools.guard.ts | 38 +++++ src/app/core/services/config.service.ts | 20 +++ .../services/navigation-config.service.spec.ts | 46 +++++- src/app/core/services/navigation-config.service.ts | 38 ++++- src/app/features/admin/admin.routes.ts | 5 + .../loan-account-lock.component.ts | 55 ++++--- .../working-capital/working-capital.routes.ts | 2 + src/app/testing/config.ts | 4 + 12 files changed, 355 insertions(+), 27 deletions(-)
