Skip to content

Commit

Permalink
MAGETWO-91570: [2.2.x] - [Github]Can not save attribute #5907
Browse files Browse the repository at this point in the history
- CR notes
  • Loading branch information
rganin committed Jun 7, 2018
1 parent 718a699 commit 92e925e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/code/Magento/Catalog/view/adminhtml/web/js/options.js
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ define([
});
}
editForm.on('submit', function () {
optionPanel.find('input[name^="option"]')
optionPanel.find('input')
.each(function() {
optionsValues.push(this.name + '=' + jQuery(this).val());
});
Expand Down

0 comments on commit 92e925e

Please sign in to comment.