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 8a5ff8f commit 718a699
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/code/Magento/Catalog/view/adminhtml/web/js/options.js
Original file line number Diff line number Diff line change
Expand Up @@ -181,8 +181,7 @@ define([
});
}
editForm.on('submit', function () {
editForm
.find('#manage-options-panel input[name^="option"]')
optionPanel.find('input[name^="option"]')
.each(function() {
optionsValues.push(this.name + '=' + jQuery(this).val());
});
Expand Down

0 comments on commit 718a699

Please sign in to comment.