Skip to content

Conversation

@MuhammadFaizan980
Copy link

Fixed hasPermission() always returning false bug, in hasPermission() function, I am now checking permission inside permissions list instead of role.

Fixed hasPermission() always returning false bug
List<String> permissions =
PermissionPolicy.instance.findPermissionsForRole(role);

if (permissions.contains(role)) {
Copy link
Author

@MuhammadFaizan980 MuhammadFaizan980 Feb 17, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this was the bug that I fixed @agordn52

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @MuhammadFaizan980,

Thanks, I'll review the PR :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants