-
Notifications
You must be signed in to change notification settings - Fork 174
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[media] Permission names need revising #9162
Comments
Some comments:
|
Wil take care ! |
I tried to merge 25 into 26 and the diff did not include that PR. It's possible that it was eatten by a previously badly resolved merge. can you just re-send the change to main? |
…lete" to "Hide". (#9222) Allows the media_read permission to actually download (see) the files. The permission in this descriptions stats Media: View/Download Candidate Media Files but was not actually allowing to download (see) the documents. media_write was substituted by media_read in the corresponding cases. The permission Media: Edit/Upload/Delete Candidate Media Files is renamed to Media: Edit/Upload/Hide Candidate Media Files since we are not able to Delete files but to Hide they. Fixes #9162
…lete" to "Hide". (aces#9222) Allows the media_read permission to actually download (see) the files. The permission in this descriptions stats Media: View/Download Candidate Media Files but was not actually allowing to download (see) the documents. media_write was substituted by media_read in the corresponding cases. The permission Media: Edit/Upload/Delete Candidate Media Files is renamed to Media: Edit/Upload/Hide Candidate Media Files since we are not able to Delete files but to Hide they. Fixes aces#9162
The
media
module permissions are the following:Media: Edit/Upload/Delete Candidate Media Files
Media: View/Download Candidate Media Files
Users with
Media: View/Download Candidate Media Files
are able to view files but do not have the option to download them; even their own uploads.Only users with the
Media: Edit/Upload/Delete Candidate Media Files
can download.However, I do not see a
Delete
feature on the v26 VM. There is aHide File
feature which can be listed instead.The current names are not accurately reflecting the permission scopes.
The text was updated successfully, but these errors were encountered: