From 20da28f48bb3c312ecfe36bf6c919731a8831d88 Mon Sep 17 00:00:00 2001 From: Megala Date: Wed, 7 Dec 2016 09:57:30 +0530 Subject: [PATCH] Making the local copies of designer.json to be compatible with carbon-dashboards designer.json --- modules/analytics/distribution/src/ues/designer.json | 3 +++ .../src/repository/jaggeryapps/portal/configs/designer.json | 3 +++ 2 files changed, 6 insertions(+) diff --git a/modules/analytics/distribution/src/ues/designer.json b/modules/analytics/distribution/src/ues/designer.json index 3cce8451..b55701c9 100644 --- a/modules/analytics/distribution/src/ues/designer.json +++ b/modules/analytics/distribution/src/ues/designer.json @@ -62,5 +62,8 @@ "hostname": "localhost", "port": "", "protocol": "" + }, + "queryParameters" : { + "passBetweenPages" : ["shared"] } } diff --git a/modules/core/distribution/src/repository/jaggeryapps/portal/configs/designer.json b/modules/core/distribution/src/repository/jaggeryapps/portal/configs/designer.json index ba48b0ea..7fa6049a 100644 --- a/modules/core/distribution/src/repository/jaggeryapps/portal/configs/designer.json +++ b/modules/core/distribution/src/repository/jaggeryapps/portal/configs/designer.json @@ -76,5 +76,8 @@ "hostname": "localhost", "port": "", "protocol": "" + }, + "queryParameters" : { + "passBetweenPages" : ["shared"] } } \ No newline at end of file