Skip to content

Commit 6799f30

Browse files
committed
MAGETWO-34239: JS - Bookmarks
- Linked fields syntax fix
1 parent 070105e commit 6799f30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Checkout/view/frontend/layout/checkout_onepage_index.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
</item>
8484
<!-- Value of region_id field is filtered by the value of county_id attribute -->
8585
<item name="filterBy" xsi:type="array">
86-
<item name="target" xsi:type="string"><![CDATA[<%= provider %>:<%= parentScope %>.country_id]]></item>
86+
<item name="target" xsi:type="string">${ $.provider }:${ $.parentScope }.country_id</item>
8787
<item name="field" xsi:type="string">country_id</item>
8888
</item>
8989
</item>

0 commit comments

Comments
 (0)