We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a279a0 commit ea11a39Copy full SHA for ea11a39
lib/src/rbac/permissions.dart
@@ -69,10 +69,10 @@ abstract class Permissions {
69
'user_preference.bypass_limits';
70
71
// Local Ad Permissions
72
- static const String localAdCreate = 'localAd.create';
73
- static const String localAdRead = 'localAd.read';
74
- static const String localAdUpdate = 'localAd.update';
75
- static const String localAdDelete = 'localAd.delete';
+ static const String localAdCreate = 'local_ad.create';
+ static const String localAdRead = 'local_ad.read';
+ static const String localAdUpdate = 'local_ad.update';
+ static const String localAdDelete = 'local_ad.delete';
76
77
// General System Permissions
78
static const String rateLimitingBypass = 'rate_limiting.bypass';
0 commit comments