From dfe798e7fb1a1e2bdc4baaf33ab1accdb900b8b0 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 b5a14bb51..9a277eccd 100644 --- a/web_responsive/static/src/xml/apps.xml +++ b/web_responsive/static/src/xml/apps.xml @@ -4,6 +4,11 @@