-
Notifications
You must be signed in to change notification settings - Fork 215
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature/webui update download failure do not immediately fallback to …
…bundled version (#620) * Return actual version for "PREVIEW" in "getLatestCompatibleVersion" In case "PREVIEW" is the latest available version, the function should immediately fetch the actual webUI version that is currently the latest released version. Thus, the function always returns a valid version and the preview version has not to be considered anymore at other places in the code * Ignore download failure in case local webUI version is valid In case the download failed e.g. due to internet connection issues, the server should only fall back to another version in case the local version is invalid or missing
- Loading branch information
Showing
1 changed file
with
23 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters