title | issue |
---|---|
Fix billing address disabled after activating |
NEXT-15168 |
- Changed block
sw_customer_address_form_options_default_shipping_address
and blocksw_customer_address_form_options_default_billing_address
insrc/module/sw-customer/component/sw-customer-address-form-options/sw-customer-address-form-options.html.twig
to removedisabled
property. - Changed method
onChangeDefaultAddress
inapp/administration/src/module/sw-customer/view/sw-customer-detail-addresses/index.js
to restore the value of default shipping address or billing address on unchecked options.