Skip to content
This repository has been archived by the owner on Dec 8, 2017. It is now read-only.

Commit

Permalink
Merge pull request discourse#4572 from joebuhlig/tags-querystring
Browse files Browse the repository at this point in the history
FIX: Add tags to list options from params
  • Loading branch information
ZogStriP authored Nov 28, 2016
2 parents 6b319f5 + 0390deb commit 3406f7f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app/controllers/list_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,10 @@ def build_topic_list_options
state: params[:state],
search: params[:search],
q: params[:q],
group_name: params[:group_name]
group_name: params[:group_name],
tags: params[:tags],
match_all_tags: params[:match_all_tags],
no_tags: params[:no_tags]
}
options[:no_subcategories] = true if params[:no_subcategories] == 'true'
options[:slow_platform] = true if slow_platform?
Expand Down

0 comments on commit 3406f7f

Please sign in to comment.