mirror of
https://github.com/discourse/discourse.git
synced 2024-11-29 12:13:58 -06:00
FIX: bulk select on full-page search (#12593)
This commit is contained in:
parent
f8e5df393d
commit
6f79c452c2
@ -1,5 +1,5 @@
|
||||
<div class="fps-result-entries">
|
||||
{{#each posts as |post|}}
|
||||
{{search-result-entry post=post}}
|
||||
{{search-result-entry post=post bulkSelectEnabled=bulkSelectEnabled selected=selected}}
|
||||
{{/each}}
|
||||
</div>
|
||||
|
@ -79,7 +79,7 @@
|
||||
{{else}}
|
||||
<div class="search-results">
|
||||
{{#load-more selector=".fps-result" action=(action "loadMore")}}
|
||||
{{search-result-entries posts=model.posts}}
|
||||
{{search-result-entries posts=model.posts bulkSelectEnabled=bulkSelectEnabled selected=selected}}
|
||||
|
||||
{{#conditional-loading-spinner condition=loading }}
|
||||
{{#unless hasResults}}
|
||||
|
Loading…
Reference in New Issue
Block a user