Skip to content

Commit 92e925e

Browse files
committed
MAGETWO-91570: [2.2.x] - [Github]Can not save attribute #5907
- CR notes
1 parent 718a699 commit 92e925e

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Catalog/view/adminhtml/web/js

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/view/adminhtml/web/js/options.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ define([
181181
});
182182
}
183183
editForm.on('submit', function () {
184-
optionPanel.find('input[name^="option"]')
184+
optionPanel.find('input')
185185
.each(function() {
186186
optionsValues.push(this.name + '=' + jQuery(this).val());
187187
});

0 commit comments

Comments
 (0)