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:
@@ -2086,6 +2086,7 @@
|
||||
"allStatuses": "All statuses",
|
||||
"allTariffs": "All tariffs",
|
||||
"allGroups": "All groups",
|
||||
"trialOnly": "Trial only",
|
||||
"tariffsSelected": "{{count}} tariffs",
|
||||
"selectAll": "Select all",
|
||||
"deselectAll": "Deselect all"
|
||||
|
||||
Reference in New Issue
Block a user