after a tag correction, display tag whether it is empty or not
This commit is contained in:
@@ -14,7 +14,7 @@ class TagCorrectionsController < ApplicationController
|
|||||||
|
|
||||||
if params[:commit] == "Fix"
|
if params[:commit] == "Fix"
|
||||||
@correction.fix!
|
@correction.fix!
|
||||||
redirect_to tags_path(:search => {:name_matches => @correction.tag.name}), :notice => "Tag will be fixed in a few seconds"
|
redirect_to tags_path(:search => {:name_matches => @correction.tag.name, :hide_empty => "no"}), :notice => "Tag will be fixed in a few seconds"
|
||||||
else
|
else
|
||||||
redirect_to tags_path(:search => {:name_matches => @correction.tag.name})
|
redirect_to tags_path(:search => {:name_matches => @correction.tag.name})
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user