From b55a173e6b7db3a7d9fe8ea515ce7391a604afde Mon Sep 17 00:00:00 2001 From: Martin Ohlson Date: Fri, 24 May 2024 15:16:45 +0200 Subject: [PATCH 1/3] fix: generate correct link for line listing app --- src/components/FileMenu/utils.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/FileMenu/utils.js b/src/components/FileMenu/utils.js index 424f7f43e..5f69b331e 100644 --- a/src/components/FileMenu/utils.js +++ b/src/components/FileMenu/utils.js @@ -35,6 +35,8 @@ export const appPathFor = (fileType, id) => { return `dhis-web-data-visualizer/#/${id}` case FILE_TYPE_MAP: return `dhis-web-maps/index.html?id=${id}` + case FILE_TYPE_EVENT_VISUALIZATION: + return `api/apps/line-listing/#/${id}` default: return `${window.location.search}${window.location.hash}` } From 1576a33ede2f826f414cd76b44cf89b33962d21d Mon Sep 17 00:00:00 2001 From: Martin Ohlson Date: Thu, 30 May 2024 09:32:55 +0200 Subject: [PATCH 2/3] v999.9.9-ll-link-alpha.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c5d961418..9b2f3e09f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2/analytics", - "version": "26.6.12", + "version": "999.9.9-ll-link-alpha.1", "main": "./build/cjs/index.js", "module": "./build/es/index.js", "exports": { From 2467cb16cce79640dde7c08782774c73440d17bf Mon Sep 17 00:00:00 2001 From: Martin Ohlson Date: Fri, 31 May 2024 11:24:40 +0200 Subject: [PATCH 3/3] chore: revert the alpha version number --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9b2f3e09f..c5d961418 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2/analytics", - "version": "999.9.9-ll-link-alpha.1", + "version": "26.6.12", "main": "./build/cjs/index.js", "module": "./build/es/index.js", "exports": {