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 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.",