JebastineE opened a new pull request, #529: URL: https://github.com/apache/fineract-backoffice-ui/pull/529
## What and why Add default redirects for the Accounting, Organization, and System section routes so navigating to `/accounting`, `/organization`, or `/system` opens the first available screen instead of rendering a blank page. Closes #527 ## Verification - Added regression tests for the three section-root redirects using Angular RouterTestingHarness. - Feature route tests: 34/34 passed. - ESLint: 0 errors, 0 warnings. - Prettier format check passed. - Route permission static check passed. - Navigation ID check passed. - UI was not manually exercised; redirect behavior is covered by the route tests. ## Screenshots Not applicable — this change fixes route behavior and does not introduce a new UI. ## Checklist - [x] I did not hand-edit generated files under `src/app/api/`. - [x] New component or service code uses the adapter boundary in `src/app/core/adapters/` instead of direct browser globals or imperative third-party APIs. - [x] User-facing strings use translation keys. - [x] I added or updated tests appropriate to this change, or explained why tests were not needed. - [ ] UI workflow changes include suitable e2e coverage, including real-backend testing where relevant. Not applicable; this is a route-level redirect covered by Angular router tests. - [x] Commits are signed — see [Commit Signing](CONTRIBUTING.md#commit-signing) in CONTRIBUTING.md. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
