Skip to content

Commit 718a699

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

File tree

1 file changed

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

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,8 +181,7 @@ define([
181181
});
182182
}
183183
editForm.on('submit', function () {
184-
editForm
185-
.find('#manage-options-panel input[name^="option"]')
184+
optionPanel.find('input[name^="option"]')
186185
.each(function() {
187186
optionsValues.push(this.name + '=' + jQuery(this).val());
188187
});

0 commit comments

Comments
 (0)