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

MAGETWO-39086: Product Options' details are missed while adding to Wish List

parent 6af0cbc2
Branches
No related merge requests found
...@@ -51,8 +51,6 @@ define([ ...@@ -51,8 +51,6 @@ define([
return; return;
} }
if ($(element).is('input[type=file]') && $(element).val()) { if ($(element).is('input[type=file]') && $(element).val()) {
var hidden = $('input[name=' + $(element).attr('name') + '_action]');
dataToAdd = $.extend({}, dataToAdd, self._getElementData(hidden));
isFileUploaded = true; isFileUploaded = true;
} }
}); });
......
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