Bug 53045 - UDM shows wrong license error message
UDM shows wrong license error message
Status: NEW
Product: UCS
Classification: Unclassified
Component: UMC (Generic)
UCS 5.0
Other Linux
: P5 normal (vote)
: UCS 5.0-0-errata
Assigned To: UMC maintainers
UMC maintainers
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2021-04-09 11:13 CEST by Johannes Keiser
Modified: 2022-02-23 09:44 CET (History)
2 users (show)

See Also:
What kind of report is it?: Bug Report
What type of bug is this?: 4: Minor Usability: Impairs usability in secondary scenarios
Who will be affected by this bug?: 1: Will affect a very few installed domains
How will those affected feel about the bug?: 1: Nuisance – not a big deal but noticeable
User Pain: 0.023
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:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Johannes Keiser univentionstaff 2021-04-09 11:13:06 CEST
UDM always shows the same error message regardless of backend error message


E.g. with expired license

// udm.js:492:
// data.result.message === 
// "Your license is expired. During this session add and modify are disabled."

if (data.result.message) {
    var msg = _('<p><b>Add and modify are disabled in this session.</b></p><p>You have too many user accounts for your license. Carry out the following steps to re-enable editing:</p><ol><li>Disable or delete user accounts</li><li>Re-login to UMC for changes to take effect</li></ol><p>If a new license is needed, contact your UCS partner.</p>');
    dialog.alert(msg, _('<b>Warning!</b>'));
}
Comment 1 Ingo Steuwer univentionstaff 2021-04-28 10:41:36 CEST
No regression
Comment 2 Florian Best univentionstaff 2022-02-23 09:44:27 CET
Which message does the backend deliver?
Is it about License error messages or also about completely different messages?