mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
BUGFIX:
- Fixes issue with CMS permissions checkbox, which won't un-toggle checked-checkboxes, after being clicked a 2nd time
This commit is contained in:
parent
5f0329c6f2
commit
0f1ae7a00b
@ -77,8 +77,8 @@
|
||||
});
|
||||
} else {
|
||||
checkboxes.each(function() {
|
||||
$(this).attr('checked', '');
|
||||
$(this).attr('disabled', '');
|
||||
$(this).prop('checked', false);
|
||||
$(this).prop('disabled', false);
|
||||
});
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user