Bug 56282 - udm/properties: get_properties: TypeError: super(type, obj): obj must be an instance or subtype of type
udm/properties: get_properties: TypeError: super(type, obj): obj must be an i...
Status: NEW
Product: UCS
Classification: Unclassified
Component: UDM (Generic)
UCS 5.0
Other Windows NT
: P5 normal (vote)
: ---
Assigned To: UMC maintainers
UMC maintainers
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2023-07-06 18:54 CEST by Maximilian Janßen
Modified: 2023-07-06 18:54 CEST (History)
0 users

See Also:
What kind of report is it?: Bug Report
What type of bug is this?: ---
Who will be affected by this bug?: ---
How will those affected feel about the bug?: ---
User Pain:
Enterprise Customer affected?:
School Customer affected?:
ISV affected?:
Waiting Support:
Flags outvoted (downgraded) after PO Review:
Ticket number: 2023021121000331
Bug group (optional): External feedback
Max CVSS v3 score:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Maximilian Janßen univentionstaff 2023-07-06 18:54:36 CEST
Similar message to Bug 56272, but entirely different stacktrace


Version: 5.0-3 errata572

Error:
Interner Server-Fehler in "udm/properties (navigation)".
Request: udm/properties (navigation)

Traceback (most recent call last):
  File "%PY3%/univention/management/console/base.py", line 351, in __error_handling
    six.reraise(etype, exc, etraceback)
  File "%PY3%/six.py", line 693, in reraise
    raise value
  File "%PY3%/univention/management/console/base.py", line 254, in execute
    function.__func__(self, request, *args, **kwargs)
  File "%PY3%/univention/management/console/modules/udm/__init__.py", line 120, in _decoarated
    ret = [func(self, request) for request.options in options]
  File "%PY3%/univention/management/console/modules/udm/__init__.py", line 120, in <listcomp>
    ret = [func(self, request) for request.options in options]
  File "%PY3%/univention/management/console/modules/decorators.py", line 186, in _response
    return function(self, request)
  File "%PY3%/univention/management/console/modules/udm/__init__.py", line 876, in properties
    properties = module.get_properties(object_dn)
  File "%PY3%/univention/management/console/modules/udm/udm_ldap.py", line 912, in get_properties
    for iprop in self.properties(ldap_dn):
  File "%PY3%/univention/management/console/modules/udm/udm_ldap.py", line 976, in properties
    item.update(prop.syntax.get_widget_options(prop))
  File "<string>", line 54, in get_widget_options
TypeError: super(type, obj): obj must be an instance or subtype of type

Role: domaincontroller_backup