Redirect to reports overview instead of report after account action (#9639)
This commit is contained in:
parent
f63a0134d7
commit
9b8c7a9aad
@ -17,7 +17,7 @@ module Admin
|
|||||||
account_action.save!
|
account_action.save!
|
||||||
|
|
||||||
if account_action.with_report?
|
if account_action.with_report?
|
||||||
redirect_to admin_report_path(account_action.report)
|
redirect_to admin_reports_path
|
||||||
else
|
else
|
||||||
redirect_to admin_account_path(@account.id)
|
redirect_to admin_account_path(@account.id)
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user