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 93f2144 commit 5e365a0Copy full SHA for 5e365a0
app/code/Magento/Ui/view/base/web/js/form/element/image-uploader.js
@@ -78,7 +78,7 @@ define([
78
'/type/image/?isAjax=true';
79
80
if (this.mediaGallery.initialOpenSubpath) {
81
- openDialogUrl += '¤t_tree_path=' + Base64.mageEncode(this.mediaGallery.initialOpenSubpath);
+ openDialogUrl += '¤t_tree_path=' + Base64.idEncode(this.mediaGallery.initialOpenSubpath);
82
}
83
84
browser.openDialog(
0 commit comments