-
Notifications
You must be signed in to change notification settings - Fork 1k
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
NEXT-8440 - Copy Link to Clipboard in Media Manager throws error #748
Labels
Comments
Hello, thank you for creating this issue. Please use this ticket to track the state of your issue. |
pantrtxp
changed the title
Copy Link to Clipboard in Media Manager throws error
NEXT-8440 - Copy Link to Clipboard in Media Manager throws error
May 7, 2020
Okay, guess someone has fixed that already 🤷♂️ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
If you select a media item in the media manager and click on the "Copy to Clipboard" ("Link kopieren") button on the right side, a javascript error is thrown:
The reason is, that the
const domUtils = Shopware.Utils.dom;
constant is not available in thecopyItemLink()
method inplatform/src/Administration/Resources/app/administration/src/app/component/media/sw-media-media-item/index.js
The text was updated successfully, but these errors were encountered: