Removing an ACL entry did not persist the current changes to the permissions
authorAlexander Ebert <ebert@woltlab.com>
Sat, 4 Dec 2021 18:24:58 +0000 (19:24 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Sat, 4 Dec 2021 18:24:58 +0000 (19:24 +0100)
wcfsetup/install/files/js/WCF.ACL.js

index 8caba67a2e521d6cd2798a44079d3b18da46e72e..52c0d57e649ad821c57adb8e1a07e21b33b700b5 100644 (file)
@@ -223,6 +223,8 @@ if (COMPILER_TARGET_DEFAULT) {
                 * @param        object                event
                 */
                _removeItem: function (event) {
+                       this._savePermissions();
+                       
                        var $listItem = $(event.currentTarget).parent();
                        var $type = $listItem.data('type');
                        var $objectID = $listItem.data('objectID');