Skip to content

Commit 035efd5

Browse files
committed
Merge remote-tracking branch 'remotes/origin/MAGETWO-89470-Media-Gallery-Dynamic-Config' into team3-delivery2
2 parents 18a7e29 + f69aa19 commit 035efd5

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Ui/Component/Form/Element/DataType/Media

1 file changed

+1
-1
lines changed

app/code/Magento/Ui/Component/Form/Element/DataType/Media/Image.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ public function prepare()
7272
'config' => [
7373
'maxFileSize' => $maxFileSize,
7474
'mediaGallery' => [
75-
'openDialogUrl' => $this->getContext()->getUrl('cms/wysiwyg_images/index'),
75+
'openDialogUrl' => $this->getContext()->getUrl('cms/wysiwyg_images/index', ['_secure' => true]),
7676
'openDialogTitle' => $this->getConfiguration()['openDialogTitle'] ?? __('Insert Images...'),
7777
'initialOpenSubpath' => $this->getConfiguration()['initialMediaGalleryOpenSubpath'],
7878
'storeId' => $this->storeManager->getStore()->getId(),

0 commit comments

Comments
 (0)