-
Notifications
You must be signed in to change notification settings - Fork 91
Introduce granulated Media Gallery ACL resources and enforce for new media gallery #1487
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
Backend
Complex
Frontend/UI
Priority: P2
Should be fixed as early as possible
Severity: S2
Affects non-critical data or functionality and forces users to employ a workaround
Milestone
Comments
Hi @sivaschenko. Thank you for your report. Please, add a comment to assign the issue:
|
4 tasks
Got this issue on several projects
The setup cannot pass, until this patch was applied |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Backend
Complex
Frontend/UI
Priority: P2
Should be fixed as early as possible
Severity: S2
Affects non-critical data or functionality and forces users to employ a workaround
Story #1485
Description
Use
Magento_MediaGallery::media_gallery
ACL resource instead ofMagento_Cms::media_gallery
The
Magento_MediaGallery::media_gallery
ACL resource should have the following subresources:** Upload assets
** Delete assets
** Insert assets into the content
** Create folder
** Delete folder
The resources should be added to
app/code/Magento/MediaGallery/etc/acl.xml
file in magneto2 repoThe introduced ACL resources should be enforced for the new media gallery (Enhanced Media Gallery is enabled)
The ACL resources should affect if corresponding buttons/components are displayed to the user and if the controllers/services accept the actions
The text was updated successfully, but these errors were encountered: