From 38950840e072886e5d79a520268131b5249ce12d Mon Sep 17 00:00:00 2001 From: Bianca Nenciu Date: Mon, 21 Dec 2020 12:26:51 +0200 Subject: [PATCH] FIX: Show restricted tags in bulk select (#11531) Navigating to a category and tag page, selecting topics and attempting to bulk append a tag showed all but the tags restricted to the category. --- app/assets/javascripts/discourse/app/templates/tags/show.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/javascripts/discourse/app/templates/tags/show.hbs b/app/assets/javascripts/discourse/app/templates/tags/show.hbs index 38f50fab9b6..3fa58ca55e7 100644 --- a/app/assets/javascripts/discourse/app/templates/tags/show.hbs +++ b/app/assets/javascripts/discourse/app/templates/tags/show.hbs @@ -48,7 +48,7 @@ {{#unless loading}} {{#if list.topics}} {{#discovery-topics-list model=list refresh=(action "refresh")}} - {{bulk-select-button selected=selected action=(action "refresh")}} + {{bulk-select-button selected=selected action=(action "refresh") category=category}} {{topic-list topics=list.topics canBulkSelect=canBulkSelect