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 5c463dc commit 960ac51Copy full SHA for 960ac51
app/code/Magento/MediaGalleryUi/Controller/Adminhtml/Asset/Search.php
@@ -137,7 +137,7 @@ public function execute()
137
if (!empty($assets)) {
138
foreach ($assets as $asset) {
139
$responseContent['options'][] = [
140
- 'value' => $asset->getId(),
+ 'value' => (string) $asset->getId(),
141
'label' => $asset->getTitle(),
142
'path' => $this->storage->getThumbnailUrl($this->images->getStorageRoot() . $asset->getPath())
143
];
0 commit comments