Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Commit 19cfcd2

Browse files
committed
Merge remote-tracking branch 'origin/MAGETWO-83574' into 2.3-develop-pr5
2 parents c33674d + a64c785 commit 19cfcd2

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

app/code/Magento/Ui/view/base/web/js/form/components/html.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,10 @@ define([
2020
loading: false,
2121
visible: true,
2222
template: 'ui/content/content',
23-
additionalClasses: {}
23+
additionalClasses: {},
24+
ignoreTmpls: {
25+
content: true
26+
}
2427
},
2528

2629
/**

app/code/Magento/Ui/view/base/web/js/form/provider.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ define([
2121
save: '${ $.submit_url }',
2222
beforeSave: '${ $.validate_url }'
2323
}
24+
},
25+
ignoreTmpls: {
26+
data: true
2427
}
2528
},
2629

app/code/Magento/Ui/view/base/web/js/grid/provider.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ define([
3131
listens: {
3232
params: 'onParamsChange',
3333
requestConfig: 'updateRequestConfig'
34+
},
35+
ignoreTmpls: {
36+
data: true
3437
}
3538
},
3639

0 commit comments

Comments
 (0)