-
-
Notifications
You must be signed in to change notification settings - Fork 209
Open
Labels
Description
Module
dms
Describe the bug
The write, unlink and create access permissions defined in the dms groups are not working as intended. Every operation is allowed regardless of the permissions the user has at that time.
To Reproduce
Affected versions:
- 18.0
- 16.0 - Not affected
Steps to reproduce the behavior:
- Create a new access group with "Create access" and "Unlink access" active. Leave "Write access" unchecked.
- Make sure the user you're on is included in the access group
- Setup a storage with a root folder.
- Assign the newly created group to the root folder just created.
- Upload a file in the folder.
- Open Form view of the file.
- Create a new Tag and add it to the file
- Save.
Expected behavior
The expected behavior after these steps is that the user should not be able to save the file since it does not have "Write access" as a permission.