Univention Bugzilla – Attachment 10263 Details for
Bug 50632
Wrong display name in LDAP tree when using oxmail/oxfolder objects
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for correcting the wrong display name
umc.patch (text/plain), 595 bytes, created by
Timo Denissen
on 2019-12-12 13:14:55 CET
(
hide
)
Description:
Patch for correcting the wrong display name
Filename:
MIME Type:
Creator:
Timo Denissen
Created:
2019-12-12 13:14:55 CET
Size:
595 bytes
patch
obsolete
>--- /usr/lib/python2.7/dist-packages/univention/management/console/modules/udm/__init__.py.org 2019-12-12 12:58:59.325995098 +0100 >+++ /usr/lib/python2.7/dist-packages/univention/management/console/modules/udm/__init__.py 2019-12-12 13:03:30.974805182 +0100 >@@ -1050,7 +1050,7 @@ > module = UDM_Module(item.module) > result.append({ > 'id': item.dn, >- 'label': item[module.identifies], >+ 'label': module.obj_description(item), > 'icon': 'udm-%s' % (module.name.replace('/', '-')), > 'path': ldap_dn2path(item.dn), > 'objectType': module.name,
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 50632
: 10263 |
10266
|
10267