Univention Bugzilla – Attachment 10033 Details for
Bug 49492
Typo in schoolusers.js prevents listing of users in Reset Password module
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
hotfix patch
file_49492.txt (text/plain), 872 bytes, created by
Michael Grandjean
on 2019-05-16 14:24:18 CEST
(
hide
)
Description:
hotfix patch
Filename:
MIME Type:
Creator:
Michael Grandjean
Created:
2019-05-16 14:24:18 CEST
Size:
872 bytes
patch
obsolete
>--- /usr/share/univention-management-console-frontend/js/umc/modules/schoolusers.js.orig 2019-05-16 10:43:00.891234637 +0200 >+++ /usr/share/univention-management-console-frontend/js/umc/modules/schoolusers.js 2019-05-16 10:43:23.871751467 +0200 >@@ -105,7 +105,7 @@ > return _('never'); > } else if (days == 0) { > return _('now'); >- } else if (isNan(days)) { // This should never happen! >+ } else if (isNaN(days)) { // This should never happen! > return "NaN"; > } else if (days == 1) { > return _('in %s day', days);
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 49492
: 10033