mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08: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
1 changed files with 4 additions and 0 deletions
|
@ -165,6 +165,10 @@ export default Component.extend(LoadMore, {
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
|
|
||||||
|
updateAutoAddTopicsToBulkSelect(newVal) {
|
||||||
|
this.set("autoAddTopicsToBulkSelect", newVal);
|
||||||
|
},
|
||||||
|
|
||||||
click(e) {
|
click(e) {
|
||||||
let self = this;
|
let self = this;
|
||||||
let onClick = function (sel, callback) {
|
let onClick = function (sel, callback) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue