Skip to content

Commit

Permalink
MAGETWO-70165: Fix for file category image uploader #10033
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleksii Korshenko authored Jun 26, 2017
2 parents 3265373 + e803247 commit e0122b2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ define([

if (allowed.passed) {
target.on('fileuploadsend', function (event, postData) {
postData.data.set('param_name', this.paramName);
postData.data.append('param_name', this.paramName);
}.bind(data));

target.fileupload('process', data).done(function () {
Expand Down

0 comments on commit e0122b2

Please sign in to comment.