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:
parent
bbf6cc4f18
commit
38950840e0
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue