title | issue |
---|---|
Fix search on customer addresses not working |
NEXT-12956 |
- Changed
sw-one-to-many-grid
component insrc/module/sw-customer/view/sw-customer-detail-addresses/sw-customer-detail-addresses.html.twig
to update attribute:localMode="false"
. - Added computed
customerAddressRepository
insrc/module/sw-customer/view/sw-customer-detail-addresses/index.js
to register repositories. - Changed method
onConfirmDeleteAddress
insrc/module/sw-customer/view/sw-customer-detail-addresses/index.js
to call API when delete address.