Univention Bugzilla – Attachment 10786 Details for
Bug 51659
redirected to "#module=....:undefined" when logging in with exactly 1 allowed UMC operation
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
umc-undefined-symptom-patch
umc-undefined.patch (text/plain), 632 bytes, created by
Julia Bremer
on 2021-07-14 15:12:00 CEST
(
hide
)
Description:
umc-undefined-symptom-patch
Filename:
MIME Type:
Creator:
Julia Bremer
Created:
2021-07-14 15:12:00 CEST
Size:
632 bytes
patch
obsolete
>diff --git management/univention-management-console/www/management/main.js management/univention-management-console/www/management/main.js >index 426615a224..4814fd733a 100644 >--- management/univention-management-console/www/management/main.js >+++ management/univention-management-console/www/management/main.js >@@ -1381,7 +1381,7 @@ define([ > var mainParts = allParts.splice(0, 3); > return { > id: mainParts[0], >- flavor: mainParts[1] || undefined, >+ flavor: ((mainParts[1] === 'undefined') ? undefined : mainParts[1] ) || undefined, > index: mainParts[2] || 0, > moduleState: allParts.join(':') > };
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 51659
: 10786