From 7692f52c770bf6d6962764e29812623729a6409a Mon Sep 17 00:00:00 2001 From: Jairo Llopis Date: Mon, 4 Feb 2019 13:40:47 +0000 Subject: [PATCH] [FIX] web_responsive: Make app icons and search results middle-button-clickable In the case of app icons, those weren't getting the `href` attribute filled. In the case of search results, those weren't even an `` element. Fixed in both cases to fix https://github.com/OCA/web/issues/1170. --- web_responsive/static/src/xml/apps.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/web_responsive/static/src/xml/apps.xml b/web_responsive/static/src/xml/apps.xml index b5a14bb5..9a277ecc 100644 --- a/web_responsive/static/src/xml/apps.xml +++ b/web_responsive/static/src/xml/apps.xml @@ -4,6 +4,11 @@