forked from Techsystech/web
[FIX]-web_responsive module: Go to wrong action menu when user is set with Home Action menu
parent
fc0f930558
commit
016a17c345
|
@ -62,7 +62,7 @@
|
|||
<a
|
||||
t-attf-class="search-result {{result_index == state.offset ? 'highlight' : ''}}"
|
||||
t-att-style="menu.webIconData ? "background-image:url('data:image/png;base64," + menu.webIconData + "')" : ''"
|
||||
t-attf-href="#menu_id={{menu.id}}&action_id={{menu.actionID}}"
|
||||
t-attf-href="#menu_id={{menu.id}}&action={{menu.actionID}}"
|
||||
t-att-data-menu-id="menu.id"
|
||||
t-att-data-action-id="menu.actionID"
|
||||
draggable="false"
|
||||
|
|
Loading…
Reference in New Issue