mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 09:36:19 -05:00
FIX: infinite scrolling of topic list when filtered to one tag
This commit is contained in:
parent
96b6d342cc
commit
a644602612
1 changed files with 1 additions and 1 deletions
|
@ -299,7 +299,7 @@ class TagsController < ::ApplicationController
|
||||||
options[:no_tags] = true
|
options[:no_tags] = true
|
||||||
else
|
else
|
||||||
options[:tags] = tag_params
|
options[:tags] = tag_params
|
||||||
options[:match_all_tags] = true
|
options[:match_all_tags] = true if tag_params.size > 1
|
||||||
end
|
end
|
||||||
|
|
||||||
options
|
options
|
||||||
|
|
Loading…
Reference in a new issue