Merge tag 'v4.2.3'

This commit is contained in:
bgme 2023-12-17 14:03:01 +08:00
commit caf015faca
42 changed files with 513 additions and 103 deletions

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