mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 09:26:54 -06:00
FIX: select all button on group assigned page (#14523)
Button is not working properly because `updateAutoAddTopicsToBulkSelect` function is not available. Meta: https://meta.discourse.org/t/select-all-in-group-assigned-doesnt-work/205270
This commit is contained in:
parent
cb5b0cb9d8
commit
6f76fb960b
@ -165,6 +165,10 @@ export default Component.extend(LoadMore, {
|
||||
);
|
||||
},
|
||||
|
||||
updateAutoAddTopicsToBulkSelect(newVal) {
|
||||
this.set("autoAddTopicsToBulkSelect", newVal);
|
||||
},
|
||||
|
||||
click(e) {
|
||||
let self = this;
|
||||
let onClick = function (sel, callback) {
|
||||
|
Loading…
Reference in New Issue
Block a user