Skip to content

Commit 37a3794

Browse files
hostepnmalevanec
authored andcommitted
Fixes #12791 - Use a selector to only select the correct tax rate select element on the tax rule edit page, instead of all three selects on that page.
1 parent c166940 commit 37a3794

File tree

1 file changed

+1
-0
lines changed
  • app/code/Magento/Tax/view/adminhtml/templates/rule

1 file changed

+1
-0
lines changed

app/code/Magento/Tax/view/adminhtml/templates/rule/edit.phtml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ require([
111111

112112
TaxRateEditableMultiselect.prototype.init = function () {
113113
var options = {
114+
mselectContainer: '#tax_rate + section.mselect-list',
114115
toggleAddButton:false,
115116
addText: '<?= /* @escapeNotVerified */ __('Add New Tax Rate') ?>',
116117
parse: null,

0 commit comments

Comments
 (0)