Skip to content

Commit 2d44f20

Browse files
committed
ACP2E-2909: dynamic-rows.js:658 Uncaught TypeError: dataRecord.slice while editing bundle products
- Fixed the alternate solution.
1 parent 76bdf08 commit 2d44f20

File tree

2 files changed

+1
-71
lines changed

2 files changed

+1
-71
lines changed

app/code/Magento/Bundle/view/adminhtml/web/js/components/bundle-user-defined-checkbox.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ define([
2222
*/
2323
onInputTypeChange: function (data) {
2424
data === 'checkbox' || data === 'multi' ?
25-
this.reset()
26-
.visible(false) :
25+
this.visible(false) :
2726
this.visible(true);
2827
}
2928
});

dev/tests/js/jasmine/tests/app/code/Magento/Bundle/adminhtml/js/components/bundle-user-defined-checkbox.test.js

Lines changed: 0 additions & 69 deletions
This file was deleted.

0 commit comments

Comments
 (0)