Skip to content

Commit

Permalink
Merge pull request #20126 from Amazzing/patch-9
Browse files Browse the repository at this point in the history
Correctly uncheck previous default combination
  • Loading branch information
PierreRambaud committed Jul 13, 2020
2 parents b5ba672 + e960c0b commit bc1feeb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ var combinations = (function() {
}
});

$('.attribute_default_checkbox').removeAttr('checked');
$('.attribute_default_checkbox').prop('checked', false);
getCombinationForm(attributeId)
.find('input[id^="combination"][id$="_attribute_default"]')
.prop("checked", true);
Expand Down

0 comments on commit bc1feeb

Please sign in to comment.