v4.2.2 #49

Merged
asonix merged 26 commits from asonix/changes into asonix/downstream 2023-12-04 19:33:44 +00:00
Showing only changes of commit 700ae1f918 - Show all commits

View file

@ -21,7 +21,7 @@ module Admin
account_action.save!
if account_action.with_report?
redirect_to admin_reports_path, notice: I18n.t('admin.reports.processed_msg', id: params[:report_id])
redirect_to admin_reports_path, notice: I18n.t('admin.reports.processed_msg', id: resource_params[:report_id])
else
redirect_to admin_account_path(@account.id)
end