Skip to content

Commit 589fc15

Browse files
committed
MAGETWO-37928: Cannot remove address on Customer create on Backend
-Fixed validation on Checkout
1 parent 34f7c7d commit 589fc15

File tree

1 file changed

+2
-2
lines changed
  • app/code/Magento/Ui/view/base/web/js/form/element

1 file changed

+2
-2
lines changed

app/code/Magento/Ui/view/base/web/js/form/element/abstract.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ define([
3030
listens: {
3131
value: 'onUpdate',
3232
visible: 'setPreview',
33-
'<%= provider %>:data.reset': 'reset',
34-
'<%= provider %>:<% if (customScope !== "") { %><%= customScope %>.<% } %>data.validate': 'validate'
33+
'${ $.provider }:data.reset': 'reset',
34+
'${ $.provider }:${ $.customScope ? $.customScope + "." : ""}data.validate': 'validate'
3535
},
3636

3737
links: {

0 commit comments

Comments
 (0)