We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f08422 commit 133913eCopy full SHA for 133913e
app/code/Magento/MediaGalleryUi/Model/GetAssetUsageDetails.php
@@ -91,7 +91,7 @@ private function getName(string $type): string
91
private function getLinkUrl(string $type): ?string
92
{
93
if (isset($this->contentTypes[$type]) && !empty($this->contentTypes[$type]['link'])) {
94
- return $this->contentTypes[$type]['link'];
+ return $this->url->getUrl($this->contentTypes[$type]['link']);
95
}
96
return null;
97
0 commit comments