fix: Fix action holder form buttons (#3956)

Fixes #3943
This commit is contained in:
Lars Eggert 2022-05-13 22:01:14 +03:00 committed by GitHub
parent 39525a1cd0
commit b265bac1fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
local_js = function () {
let select2_elem = $('.select2-field');
let select2_elem = $('#id_action_holders');
let role_ids = select2_elem.data('role-ids');
function update_selection(elem, entries, selected) {
@ -82,4 +82,4 @@ local_js = function () {
add_ah: add_ah,
del_ah: del_ah
};
}();
}();