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 55ea9be7d07d26da625f2b8fda2f185b8d989141 Merge: 98a1b3d c7e3956 Author: Aman-Mittal <[email protected]> AuthorDate: Sat Jul 18 18:24:43 2026 +0530 Merge pull request #125 from paultofunmi/feature/113-rbac-feature-flag Add rbacEnabled feature flag for gradual RBAC rollout (#113) .gitignore | 1 - AGENTS.md | 88 ++++++++++ e2e/rbac-feature-flag.spec.ts | 185 +++++++++++++++++++++ security.md | 35 +++- src/app/layout/main-layout.component.spec.ts | 16 +- src/app/layout/sidebar.component.spec.ts | 3 + src/app/layout/sidebar.component.ts | 26 ++- .../has-institution-feature.directive.spec.ts | 99 +++++++++++ ...ive.ts => has-institution-feature.directive.ts} | 49 +++--- .../directives/has-permission.directive.spec.ts | 39 ++++- .../shared/directives/has-permission.directive.ts | 7 + src/environments/environment.prod.ts | 7 + src/environments/environment.sandbox.ts | 7 + src/environments/environment.ts | 7 + 14 files changed, 520 insertions(+), 49 deletions(-)
