mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-28 09:33:46 +00:00
feat: add granular user permissions (balance, subscription, promo_group, referral, send_offer)
Split users:edit into fine-grained permissions. Guard UI sections with hasPermission checks so moderators only see what they can do.
This commit is contained in:
@@ -2618,7 +2618,12 @@
|
||||
"manage": "Manage",
|
||||
"ban": "Ban",
|
||||
"unban": "Unban",
|
||||
"assign": "Assign"
|
||||
"assign": "Assign",
|
||||
"promo_group": "Promo group",
|
||||
"balance": "Balance",
|
||||
"subscription": "Subscription",
|
||||
"send_offer": "Send offer",
|
||||
"referral": "Referral %"
|
||||
},
|
||||
"toggleSection": "Toggle all {{section}} permissions",
|
||||
"selectedPermissions_one": "{{count}} permission selected",
|
||||
|
||||
Reference in New Issue
Block a user