-
Notifications
You must be signed in to change notification settings - Fork 37
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
Permission related redux actions #721
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #721 +/- ##
===========================================
+ Coverage 92.29% 92.31% +0.01%
===========================================
Files 214 214
Lines 5779 5800 +21
Branches 1463 1468 +5
===========================================
+ Hits 5334 5354 +20
- Misses 445 446 +1
Continue to review full report at Codecov.
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🌵
setPermissionInheritance method is removed, its functionality is moved to setPermissions as a param
hasPermission, getPermissions and setPermissions redux actions and related tests are added
action for permission queries are also added