Skip to content
Snippets Groups Projects
Commit 4357ce56 authored by Sergey Semenov's avatar Sergey Semenov
Browse files

MAGETWO-60047: [Porting] Error on adding address during checkout if add custom...

MAGETWO-60047: [Porting] Error on adding address during checkout if add custom customer address attribute of file type - 2.2
parent d0688f24
No related merge requests found
...@@ -23,6 +23,8 @@ class AttributeMerger ...@@ -23,6 +23,8 @@ class AttributeMerger
'textarea' => 'Magento_Ui/js/form/element/textarea', 'textarea' => 'Magento_Ui/js/form/element/textarea',
'multiline' => 'Magento_Ui/js/form/components/group', 'multiline' => 'Magento_Ui/js/form/components/group',
'multiselect' => 'Magento_Ui/js/form/element/multiselect', 'multiselect' => 'Magento_Ui/js/form/element/multiselect',
'image' => 'Magento_Ui/js/form/element/media',
'file' => 'Magento_Ui/js/form/element/media',
]; ];
/** /**
...@@ -32,6 +34,7 @@ class AttributeMerger ...@@ -32,6 +34,7 @@ class AttributeMerger
*/ */
protected $templateMap = [ protected $templateMap = [
'image' => 'media', 'image' => 'media',
'file' => 'media',
]; ];
/** /**
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment