diff --git a/modules/analytics/p2-profile-gen/pom.xml b/modules/analytics/p2-profile-gen/pom.xml index 07a50ae0..f3dcb010 100644 --- a/modules/analytics/p2-profile-gen/pom.xml +++ b/modules/analytics/p2-profile-gen/pom.xml @@ -391,6 +391,10 @@ org.wso2.carbon.analytics.shared:org.wso2.carbon.analytics.shared.spark.common.udf.feature:${analytics.shared.version} + + + org.wso2.carbon.devicemgt-plugins:org.wso2.extension.siddhi.execution.json.feature:${carbon.device.mgt.plugin.version} + @@ -796,6 +800,12 @@ ${carbon.device.mgt.plugin.version} + + + + org.wso2.extension.siddhi.execution.json.feature.group + ${carbon.device.mgt.plugin.version} + 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