mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FEATURE: Make report filters reusable (#9444)
This commit also adds 'include subcategories' report filter
This commit is contained in:
@@ -61,7 +61,7 @@ let signups = {
|
||||
dates_filtering: true,
|
||||
report_key: 'reports:signups:start:end:[:prev_period]:50:{"group":"88"}:4',
|
||||
available_filters: [
|
||||
{ id: "group", allow_any: false, choices: [], default: "88" }
|
||||
{ id: "group", type: "group", allow_any: false, choices: [], default: "88" }
|
||||
],
|
||||
labels: [
|
||||
{ type: "date", properties: ["x"], title: "Day" },
|
||||
|
||||
Reference in New Issue
Block a user