Aman-Mittal opened a new issue, #112:
URL: https://github.com/apache/fineract-backoffice-ui/issues/112
**As a** user who navigates directly to a restricted URL
**I want** to see an "Access Denied" page with a meaningful message
explaining I lack the required permissions
**So that** I understand why I cannot access the page rather than seeing a
broken/empty screen
**Acceptance Criteria:**
- [ ] Direct navigation to `/accounting/journal-entries` by a Teller shows
Access Denied page
- [ ] Page lists specific required permission(s)
- [ ] "Go to Dashboard" button provided
- [ ] Error logged for audit purposes
**Technical Notes:**
- Files: `src/app/features/errors/access-denied.component.ts` (NEW),
`src/app/core/guards/permission.guard.ts` (NEW)
- Route guard pattern: `canActivate: [permissionGuard]` with `data: {
permissions: ['READ_*'] }`
--
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]