From 07892533e2e7c5c6604afdcb52ac68a437cfe9e5 Mon Sep 17 00:00:00 2001 From: Uma <uma.s@vtiger.com> Date: Thu, 24 Oct 2019 18:39:23 +0530 Subject: [PATCH] Rss feed row click should be avoided --- layouts/v7/modules/Rss/resources/List.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/layouts/v7/modules/Rss/resources/List.js b/layouts/v7/modules/Rss/resources/List.js index c34408ffb..1cc2fb248 100644 --- a/layouts/v7/modules/Rss/resources/List.js +++ b/layouts/v7/modules/Rss/resources/List.js @@ -321,7 +321,8 @@ Vtiger_List_Js("Rss_List_Js",{},{ var container = this.getListViewContainer(); this.registerRssAddButtonClickEvent(); this.registerRssUrlClickEvent(); - this.registerFeedClickEvent(container); + //Avoiding this call file_get_contents is not fetching data successfully. + //this.registerFeedClickEvent(container); this.registerMakeDefaultClickEvent(container); this.setFeedContainerHeight(container); } -- GitLab