This is an automated email from the ASF dual-hosted git repository.
Aman-Mittal pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/fineract-backoffice-ui.git
from acf80f4 Merge pull request #141 from
paultofunmi/feature/117-sidebar-navigation-config-service
add fc30434 trim and dedupe backend permission codes at session ingestion
- Fineract permission seed data has trailing-space duplicates (e.g. "CREATE_X"
and "CREATE_X "), which broke exact-match permission checks whenever only the
dirty variant was returned for a role.
new caedf00 Merge pull request #145 from
paultofunmi/fix/trim-dedupe-backend-permissions
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
src/app/core/services/auth.service.spec.ts | 44 ++++++++++++++++++++++++++++++
src/app/core/services/auth.service.ts | 25 +++++++++++++++--
2 files changed, 66 insertions(+), 3 deletions(-)