0
0
Fork 0

Add ability to filter reports by target account domain (#12154)

* Add ability to filter reports by target account domain

* Reword by_target_domain label
This commit is contained in:
ThibG 2019-11-30 19:53:58 +01:00 committed by Eugen Rochko
parent f3a93987b6
commit d8f96028c5
5 changed files with 20 additions and 2 deletions

View file

@ -55,7 +55,8 @@ module Admin
params.permit(
:account_id,
:resolved,
:target_account_id
:target_account_id,
:by_target_domain
)
end