Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix permission removal logic in VaultPermissionServiceWrapper
Previously, the groupRemove method incorrectly deleted the entire group instead of simply removing the specified permission. This update corrects the logic by properly retrieving the group and removing the permission, ensuring the integrity of group configurations.
- Loading branch information