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.
This commit is contained in:
Bianca Nenciu 2020-12-21 12:26:51 +02:00 committed by GitHub
parent bbf6cc4f18
commit 38950840e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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