mirror of
https://github.com/discourse/discourse.git
synced 2025-01-31 04:29:29 +08:00
FIX: disables dates filtering on most_disagreed_flags report (#6556)
This commit is contained in:
parent
5cd055fd30
commit
8067f8a32c
|
@ -1175,6 +1175,8 @@ class Report
|
||||||
|
|
||||||
report.modes = [:table]
|
report.modes = [:table]
|
||||||
|
|
||||||
|
report.dates_filtering = false
|
||||||
|
|
||||||
report.labels = [
|
report.labels = [
|
||||||
{
|
{
|
||||||
type: :user,
|
type: :user,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user