Shipping Settings: Refresh shipping methods on every addition (#41834)
This commit is contained in:
commit
3e139f3c73
|
@ -0,0 +1,4 @@
|
||||||
|
Significance: patch
|
||||||
|
Type: fix
|
||||||
|
Comment: Fixes unreleased feature, no changelog required.
|
||||||
|
|
|
@ -569,6 +569,9 @@
|
||||||
status : 'new'
|
status : 'new'
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
} else {
|
||||||
|
shippingMethodView.model.trigger( 'change:methods' );
|
||||||
|
shippingMethodView.model.trigger( 'saved:methods' );
|
||||||
}
|
}
|
||||||
|
|
||||||
$( document.body ).trigger( 'init_tooltips' );
|
$( document.body ).trigger( 'init_tooltips' );
|
||||||
|
|
Loading…
Reference in New Issue