mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-28 09:33:46 +00:00
fix: multi-tariff filter now works server-side + trial-only checkbox
- Send comma-separated tariff_ids to backend (was only single ID) — server now filters with IN() operator, pagination correct - Remove client-side tariff filtering (server handles it) - Add "Только триал" checkbox filter: amber checkbox, filters users with trial subscriptions client-side - Remove "trial" from status dropdown (was not working via subscription_status server filter) - i18n: trialOnly key (ru + en)
This commit is contained in:
@@ -3834,6 +3834,7 @@
|
||||
"allStatuses": "Все статусы",
|
||||
"allTariffs": "Все тарифы",
|
||||
"allGroups": "Все группы",
|
||||
"trialOnly": "Только триал",
|
||||
"tariffsSelected": "{{count}} тарифов",
|
||||
"selectAll": "Выбрать все",
|
||||
"deselectAll": "Снять все"
|
||||
|
||||
Reference in New Issue
Block a user