about summary refs log tree commit diff
path: root/app/helpers/admin
diff options
context:
space:
mode:
authorThibG <thib@sitedethib.com>2019-11-30 19:53:58 +0100
committerEugen Rochko <eugen@zeonfederated.com>2019-11-30 19:53:58 +0100
commitd8f96028c54bb47e6edddbd936bc8f2301dc9fa3 (patch)
tree2353eca5c958219f2309acfad17db8ab9ed5dce6 /app/helpers/admin
parentf3a93987b6c3af92aee11fdb4424b8791a67e448 (diff)
Add ability to filter reports by target account domain (#12154)
* Add ability to filter reports by target account domain

* Reword by_target_domain label
Diffstat (limited to 'app/helpers/admin')
-rw-r--r--app/helpers/admin/filter_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/helpers/admin/filter_helper.rb b/app/helpers/admin/filter_helper.rb
index 8af1683e7..fc4f15985 100644
--- a/app/helpers/admin/filter_helper.rb
+++ b/app/helpers/admin/filter_helper.rb
@@ -2,7 +2,7 @@
 
 module Admin::FilterHelper
   ACCOUNT_FILTERS      = %i(local remote by_domain active pending silenced suspended username display_name email ip staff).freeze
-  REPORT_FILTERS       = %i(resolved account_id target_account_id).freeze
+  REPORT_FILTERS       = %i(resolved account_id target_account_id by_target_domain).freeze
   INVITE_FILTER        = %i(available expired).freeze
   CUSTOM_EMOJI_FILTERS = %i(local remote by_domain shortcode).freeze
   TAGS_FILTERS         = %i(directory reviewed unreviewed pending_review popular active name).freeze