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