Skip to content

Commit 8edfe88

Browse files
committed
AC-246: Update MFTF Tests
1 parent d373b0c commit 8edfe88

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/code/Magento/MediaGalleryUi/view/adminhtml/web/js/grid/columns/image/insertImageAction.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ define([
3434
throw $t('Target element not found for content update');
3535
}
3636

37-
forceStaticPath = typeof targetElement !== 'function' && targetElement.data('force_static_path') ? 1 : 0
37+
forceStaticPath = typeof targetElement !== 'function' && targetElement.data('force_static_path') ? 1 : 0;
3838

3939
$.ajax({
4040
url: config.onInsertUrl,
@@ -62,6 +62,7 @@ define([
6262
}
6363
}, this));
6464
window.MediabrowserUtility.closeDialog();
65+
6566
if (typeof targetElement !== 'function') {
6667
targetElement.focus();
6768
$(targetElement).trigger('change');

0 commit comments

Comments
 (0)