FIX: ensures bulk-select on messages page is working (#27291)
The issue was simple, we were just not returning the helper in the `user-private-messages` controller which was preventing any action to happen. Follow up: we should write specs for this toggle.
This commit is contained in:
parent
510c022131
commit
50e573e797
|
@ -40,7 +40,7 @@ export default class extends Controller {
|
|||
@readOnly("site.can_tag_pms") pmTaggingEnabled;
|
||||
|
||||
get bulkSelectHelper() {
|
||||
this.userTopicsList.bulkSelectHelper;
|
||||
return this.userTopicsList.bulkSelectHelper;
|
||||
}
|
||||
|
||||
get messagesDropdownValue() {
|
||||
|
|
Loading…
Reference in New Issue