about summary refs log tree commit diff
path: root/app/controllers/admin/reports_controller.rb
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/controllers/admin/reports_controller.rb
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/controllers/admin/reports_controller.rb')
-rw-r--r--app/controllers/admin/reports_controller.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/controllers/admin/reports_controller.rb b/app/controllers/admin/reports_controller.rb
index f138376b2..09ce1761c 100644
--- a/app/controllers/admin/reports_controller.rb
+++ b/app/controllers/admin/reports_controller.rb
@@ -55,7 +55,8 @@ module Admin
       params.permit(
         :account_id,
         :resolved,
-        :target_account_id
+        :target_account_id,
+        :by_target_domain
       )
     end