We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff22957 commit 81702bcCopy full SHA for 81702bc
js/mage/adminhtml/product.js
@@ -392,7 +392,7 @@ Product.Configurable.prototype = {
392
}
393
var label_readonly = '';
394
var use_default_checked = '';
395
- if (attribute.use_default == '1') {
+ if (attribute.use_default == '1' || attribute.id == null) {
396
use_default_checked = ' checked="checked"';
397
label_readonly = ' readonly="readonly"';
398
0 commit comments