From f63bcc0fdc17fdb57facbef56cbc3a1250369bd2 Mon Sep 17 00:00:00 2001 From: jliddev Date: Mon, 14 Dec 2020 14:32:47 -0600 Subject: [PATCH] Version bump Fix test issues --- wowup-electron/package.json | 2 +- .../install-from-url-dialog.component.ts | 4 +- .../options-debug-section.component.html | 5 ++- .../options-debug-section.component.spec.ts | 44 +++++++++++-------- .../src/app/services/addons/addon.service.ts | 3 +- wowup-electron/src/assets/changelog.json | 12 +++++ 6 files changed, 44 insertions(+), 26 deletions(-) diff --git a/wowup-electron/package.json b/wowup-electron/package.json index d79dab2b..3bd4e68c 100644 --- a/wowup-electron/package.json +++ b/wowup-electron/package.json @@ -1,7 +1,7 @@ { "name": "wowup", "productName": "WowUp", - "version": "2.1.0-beta.6", + "version": "2.1.0-beta.7", "description": "Word of Warcraft addon updater", "homepage": "https://wowup.io", "author": { diff --git a/wowup-electron/src/app/components/install-from-url-dialog/install-from-url-dialog.component.ts b/wowup-electron/src/app/components/install-from-url-dialog/install-from-url-dialog.component.ts index ca5e5d2a..f529ea05 100644 --- a/wowup-electron/src/app/components/install-from-url-dialog/install-from-url-dialog.component.ts +++ b/wowup-electron/src/app/components/install-from-url-dialog/install-from-url-dialog.component.ts @@ -9,7 +9,7 @@ import { AlertDialogComponent } from "../alert-dialog/alert-dialog.component"; import { TranslateService } from "@ngx-translate/core"; import { roundDownloadCount, shortenDownloadCount } from "../../utils/number.utils"; import { DownloadCountPipe } from "../../pipes/download-count.pipe"; -import { NO_SEARCH_RESULTS_ERROR } from "common/constants"; +import { NO_SEARCH_RESULTS_ERROR } from "../../../common/constants"; @Component({ selector: "app-install-from-url-dialog", @@ -120,7 +120,7 @@ export class InstallFromUrlDialogComponent implements OnInit, OnDestroy { } else if (err.code && err.code === "EOPENBREAKER") { // Provider circuit breaker is open message = this._translateService.instant("DIALOGS.INSTALL_FROM_URL.ERROR.FAILED_TO_CONNECT"); - } else if(message === NO_SEARCH_RESULTS_ERROR){ + } else if (message === NO_SEARCH_RESULTS_ERROR) { message = this._translateService.instant("DIALOGS.INSTALL_FROM_URL.ERROR.NO_SEARCH_RESULTS"); } diff --git a/wowup-electron/src/app/components/options-debug-section/options-debug-section.component.html b/wowup-electron/src/app/components/options-debug-section/options-debug-section.component.html index 5cd616b8..400f43e0 100644 --- a/wowup-electron/src/app/components/options-debug-section/options-debug-section.component.html +++ b/wowup-electron/src/app/components/options-debug-section/options-debug-section.component.html @@ -10,7 +10,7 @@ {{ "PAGES.OPTIONS.DEBUG.LOG_FILES_DESCRIPTION" | translate }}
-
@@ -24,7 +24,8 @@ {{ "PAGES.OPTIONS.DEBUG.DEBUG_DATA_DESCRIPTION" | translate }}
-