Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update permission_policy.dart #4

Open
wants to merge 1 commit into
base: 2.x
Choose a base branch
from

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
@@ -80,7 +80,7 @@ class PermissionPolicy {
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

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.

1 participant