Skip to content

Commit b9f6075

Browse files
committed
Merge PR #3105 into 17.0
Signed-off-by pedrobaeza
2 parents 9a011c9 + a1b29f3 commit b9f6075

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web_responsive/static/src/components/menu_canonical_searchbar/searchbar.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
class="list-unstyled search-list"
2626
t-ref="searchItems"
2727
>
28-
<t t-foreach="state.rootItems" t-as="menu" t-key="menu.xmlid">
28+
<t t-foreach="state.rootItems" t-as="menu" t-key="menu.id">
2929
<li t-attf-class="search-item {{highlighted(menu_index)}}">
3030
<a
3131
t-attf-class="search-item__link"
@@ -59,7 +59,7 @@
5959
>
6060
<hr class="w-100" />
6161
</li>
62-
<t t-foreach="state.subItems" t-as="menu" t-key="menu.xmlid">
62+
<t t-foreach="state.subItems" t-as="menu" t-key="menu.id">
6363
<li t-attf-class="search-item {{highlighted(menu_index, true)}}">
6464
<a
6565
t-attf-class="search-item__link"

0 commit comments

Comments
 (0)