Aman-Mittal opened a new issue, #115: URL: https://github.com/apache/fineract-backoffice-ui/issues/115
**As a** developer adding a nav item that should appear if the user has *any one of several* permissions **I want** to pass an array of permissions to the directive/config and have the item show if at least one matches **So that** complex gates (e.g., Checker Inbox) are expressive **Acceptance Criteria:** - [ ] `NavigationConfigService.requiredPermissions` accepts `string[]` - [ ] Item visible if user permissions intersect the array (logical OR) - [ ] `requiredAllPermissions` provides logical AND when needed - [ ] Unit tests cover OR, AND, and mixed scenarios -- 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]
