Bug 36680

Summary: Unhelpful error message on connection loss
Product: UCS Reporter: Philipp Hahn <hahn>
Component: UMC (Generic)Assignee: Florian Best <best>
Status: CLOSED FIXED QA Contact: Alexander Kramer <kramer>
Severity: normal    
Priority: P5 CC: best, gohmann, walkenhorst
Version: UCS 4.0Flags: best: Patch_Available+
Target Milestone: UCS 4.0-0-errata   
Hardware: Other   
OS: Linux   
See Also: https://forge.univention.org/bugzilla/show_bug.cgi?id=36673
https://forge.univention.org/bugzilla/show_bug.cgi?id=36400
What kind of report is it?: --- What type of bug is this?: ---
Who will be affected by this bug?: --- How will those affected feel about the bug?: ---
User Pain: Enterprise Customer affected?:
School Customer affected?: ISV affected?:
Waiting Support: Flags outvoted (downgraded) after PO Review:
Ticket number: Bug group (optional):
Max CVSS v3 score:

Description Philipp Hahn univentionstaff 2014-11-14 10:10:32 CET
> An unknown error with status code 0 occurred while connecting to the server, please try again later.
> Ok
Comment 1 Florian Best univentionstaff 2014-11-14 10:58:59 CET
umc/tools.js
@@ -685,1 +685,1 @@
-                       } else if (undefined !== status) {
+                       } else if (status) {
Comment 2 Florian Best univentionstaff 2014-11-20 18:04:27 CET
This is very similar to Bug #36400, can be fixed in that same erratum. Patch is already available.
Comment 3 Florian Best univentionstaff 2015-01-30 11:00:27 CET
Patch applied in svn r57684. The correct error message is now shown again, saying "An error occurred while connecting to the server, please try again later." when no network connection is possible.
Package: univention-management-console-frontend
Version: 4.1.106-11.993.201501301040
YAML: 2015-01-30-univention-management-console-frontend.yaml
Comment 4 Alexander Kramer univentionstaff 2015-02-02 13:43:55 CET
OK - correct error message (ger&eng) is shown with 4.1.106-11.993.201501301040
OK - debian/changelog
OK - yaml file
Comment 5 Janek Walkenhorst univentionstaff 2015-02-04 15:58:09 CET
<http://errata.univention.de/ucs/4.0/76.html>