about summary refs log tree commit diff
path: root/app/controllers
diff options
context:
space:
mode:
authorThibaut Girka <thib@sitedethib.com>2019-12-01 12:12:42 +0100
committerThibaut Girka <thib@sitedethib.com>2019-12-01 12:12:42 +0100
commit99f1f48741865fd5cb510930488d36af27a5d24d (patch)
tree1abd8eed33721830f7757a5d5ba85ffbd3b1012a /app/controllers
parent7f6315841c98a1eee6cb57171a91a88f5c5343df (diff)
parentd70268f0991ba69568112d4da5768e821d5983dd (diff)
Merge branch 'master' into glitch-soc/merge-upstream
Diffstat (limited to 'app/controllers')
-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