From 165af98d25819b803033c8b3378f9189b4a7b612 Mon Sep 17 00:00:00 2001 From: Jochen Jacobs Date: Wed, 29 Jul 2026 14:05:59 +0200 Subject: [PATCH 1/2] Remove broken has_downloads check --- .../BundleDetailsController.js | 13 +------------ .../js/bundles/mapapps-github-manager/nls/bundle.js | 1 - .../bundles/mapapps-github-manager/nls/de/bundle.js | 1 - 3 files changed, 1 insertion(+), 14 deletions(-) diff --git a/src/main/js/bundles/mapapps-github-manager/BundleDetailsController.js b/src/main/js/bundles/mapapps-github-manager/BundleDetailsController.js index 043d551..bb21113 100644 --- a/src/main/js/bundles/mapapps-github-manager/BundleDetailsController.js +++ b/src/main/js/bundles/mapapps-github-manager/BundleDetailsController.js @@ -103,18 +103,7 @@ export default class BundleDetailsController { return; } const item = await this.store.get(id); - if (item?.has_downloads) { - this._createWindow(item, i18n); - } else { - const w = (this.detailWindow = this.windowManager.createModalWindow({ - title: i18n.noReleasesTitle, - draggable: true, - dndDraggable: false, - content: i18n.noReleasesYet, - closable: true - })); - w.show(); - } + this._createWindow(item, i18n); } async _lookupAvailableTags(repositoryName) { diff --git a/src/main/js/bundles/mapapps-github-manager/nls/bundle.js b/src/main/js/bundles/mapapps-github-manager/nls/bundle.js index b5d8c10..de6abdf 100644 --- a/src/main/js/bundles/mapapps-github-manager/nls/bundle.js +++ b/src/main/js/bundles/mapapps-github-manager/nls/bundle.js @@ -64,7 +64,6 @@ module.exports = { windowTitle: "Bundle '${name}'", createWindowTitle: "Bundle Upload", noReleasesYet: "Sorry, this bundle doesn't have any releases yet.", - noReleasesTitle: "No releases found", notFound: "Sorry, we could not locate this bundle on GitHub.", integrationFailed: "Sorry, the bundle could not be integrated into map.apps.", downloading: "Fetching bundle", diff --git a/src/main/js/bundles/mapapps-github-manager/nls/de/bundle.js b/src/main/js/bundles/mapapps-github-manager/nls/de/bundle.js index 7b14887..cb42162 100644 --- a/src/main/js/bundles/mapapps-github-manager/nls/de/bundle.js +++ b/src/main/js/bundles/mapapps-github-manager/nls/de/bundle.js @@ -62,7 +62,6 @@ module.exports = { windowTitle: "Bundle '${name}'", createWindowTitle: "Bundle hochladen", noReleasesYet: "Dieses Bundle hat leider noch keine Releases.", - noReleasesTitle: "Kein Release gefunden", notFound: "Das Bundle konnte leider nicht von GitHub heruntergeladen werden.", integrationFailed: "Ein Fehler trat auf, das Bundle konnte leider nicht in map.apps integriert werden.", integrationSuccess: "Bundle installiert.", From 6492aa2ee4c4acec85ba32db022f7a6cb18268cf Mon Sep 17 00:00:00 2001 From: Jochen Jacobs Date: Fri, 31 Jul 2026 10:43:05 +0200 Subject: [PATCH 2/2] Update release note --- RELEASE.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index 9de489e..b3abb23 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,5 +1,4 @@ -✅ Tested for map.apps 4.20.0 / Linie 4 -✅ Tested for map.apps 4.18.3 / Linie 4 +✅ Tested for map.apps 4.20.3 / Linie 4 #### Release Notes - autogenerated SNAPSHOT-Release