stable

Clone or download

Read-only

fix: checkbox "Apply permissions to all sub-items" should be reset

Closes request #38683 Checkbox "Apply permissions to all sub-items" should be reset How to test: - Pick up a folder - Open its permissions modal - Check the "Apply to all sub-items" option - Close the modal (submit | cancel | click outside | click header cross) - Reopen the permissions modal --> The checkbox is unchecked Change-Id: Ib2486fd3f081b1b014668e529057b2e2942156bc

Modified Files

Name
M plugins/document/scripts/document/components/Folder/Permissions/PermissionsUpdateFolderSubItems.test.ts +13 −0 Go to diff View file
M plugins/document/scripts/document/components/Folder/Permissions/PermissionsUpdateFolderSubItems.vue +2 −1 Go to diff View file
M plugins/document/scripts/document/components/Folder/Permissions/PermissionsUpdateModal.test.js +1 −1 Go to diff View file
M plugins/document/scripts/document/components/Folder/Permissions/PermissionsUpdateModal.vue +4 −1 Go to diff View file