Skip to content
Snippets Groups Projects
Unverified Commit 7a39671d authored by Eugen Rochko's avatar Eugen Rochko Committed by GitHub
Browse files

Fix hashtag batch actions not redirecting back with right filters (#11962)

Regression from #11829
parent add4d411
Branches
Tags
No related merge requests found
......@@ -43,8 +43,10 @@
= form_for(@form, url: batch_admin_tags_path) do |f|
= hidden_field_tag :page, params[:page] || 1
= hidden_field_tag :context, params[:context]
= hidden_field_tag :review, params[:review]
= hidden_field_tag :name, params[:name] if params[:name].present?
- Admin::FilterHelper::TAGS_FILTERS.each do |key|
= hidden_field_tag key, params[key] if params[key].present?
.batch-table
.batch-table__toolbar
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment