DEV: Update bulk select in group topics list (#214)

This commit is contained in:
Penar Musaraj 2021-09-23 10:50:36 -04:00 committed by GitHub
parent 74b9f3d22c
commit dd2eae8f9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View File

@ -2,6 +2,7 @@
<thead>
{{raw "topic-list-header"
canBulkSelect=canBulkSelect
canDoBulkActions=canDoBulkActions
toggleInTitle=toggleInTitle
hideCategory=hideCategory
showPosters=showPosters

View File

@ -15,6 +15,7 @@
expandExcerpts=expandExcerpts
bulkSelectEnabled=bulkSelectEnabled
canBulkSelect=canBulkSelect
bulkSelectAction=bulkSelectAction
selected=selected
skipHeader=skipHeader
tagsForUser=tagsForUser

View File

@ -10,10 +10,7 @@
</div>
</div>
{{#load-more class="paginated-topics-list" selector=".paginated-topics-list .topic-list tr" action=(action "loadMore")}}
{{bulk-select-button
selected=selected
action=(action "refresh")
}}
{{basic-assigned-topic-list
topicList=model
hideCategory=hideCategory
@ -27,6 +24,7 @@
tagsForUser=tagsForUser
changeSort=(action "changeSort")
toggleBulkSelect=(action "toggleBulkSelect")
bulkSelectAction=(action "refresh")
unassign=(action "unassign")
reassign=(action "reassign")
onScroll=saveScrollPosition