feat: add sales_stats RBAC permission section to frontend

- Update route guard and menu item to use sales_stats:read
- Add sales_stats:read to marketer preset
- Add i18n translations for sales_stats section (ru, en, fa, zh)
This commit is contained in:
Fringg
2026-03-05 05:46:07 +03:00
parent 2fc0759f89
commit 262303d623
7 changed files with 7 additions and 2 deletions

View File

@@ -45,6 +45,7 @@ const PRESETS: Record<string, string[]> = {
'promo_offers:*',
'promo_groups:*',
'stats:read',
'sales_stats:read',
'pinned_messages:*',
'wheel:*',
],