FIX: infinite scrolling of topic list when filtered to one tag

This commit is contained in:
Neil Lalonde 2016-08-18 16:36:30 -04:00
parent 96b6d342cc
commit a644602612

View file

@ -299,7 +299,7 @@ class TagsController < ::ApplicationController
options[:no_tags] = true
else
options[:tags] = tag_params
options[:match_all_tags] = true
options[:match_all_tags] = true if tag_params.size > 1
end
options