Univention Bugzilla – Attachment 10793 Details for
Bug 53628
TypeError: Object of type bytes is not JSON serializable
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch? / hotfix
53628.patch (text/plain), 760 bytes, created by
Florian Best
on 2021-08-03 22:50:17 CEST
(
hide
)
Description:
patch? / hotfix
Filename:
MIME Type:
Creator:
Florian Best
Created:
2021-08-03 22:50:17 CEST
Size:
760 bytes
patch
obsolete
>diff --git /usr/lib/python3/dist-packages/univention/management/console/modules/udm/udm_ldap.py /usr/lib/python3/dist-packages/univention/management/console/modules/udm/udm_ldap.py >index b9b8184e11..db75cca0c7 100644 >--- /usr/lib/python3/dist-packages/univention/management/console/modules/udm/udm_ldap.py >+++ /usr/lib/python3/dist-packages/univention/management/console/modules/udm/udm_ldap.py >@@ -1559,7 +1559,7 @@ def read_syntax_choices(syn, options={}, module_search_options={}, ldap_connecti > if display in obj: > label = obj[display] > elif display in obj.oldattr and obj.oldattr[display]: >- label = obj.oldattr[display][0] >+ label = obj.oldattr[display][0].decode('UTF-8') > else: > label = 'Unknown attribute %s' % display >
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 53628
: 10793