Skip to content

Commit f56c517

Browse files
author
Michail Slabko
committed
MAGETWO-45563: Cannot manually add products to a configurable product
- fix "disable"
1 parent 3148312 commit f56c517

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/code/Magento/Ui/view/base/web/templates/grid/cells/multiselect.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
data-action="select-row"
1212
data-bind="
1313
staticChecked: $col.selected,
14+
disable: $col.disabled.indexOf($row()[$col.indexField]) != -1 ,
1415
checkedValue: $row()[$col.indexField],
1516
attr: {
1617
id: 'check' + $row()[$col.indexField]

0 commit comments

Comments
 (0)