Bug 49566 - udm/properties (navigation): TypeError: isinstance() arg 2 must be a class, type, or tuple of classes and types
udm/properties (navigation): TypeError: isinstance() arg 2 must be a class, t...
Status: NEW
Product: UCS
Classification: Unclassified
Component: UMC - LDAP directory
UCS 4.4
Other Linux
: P5 normal (vote)
: ---
Assigned To: UMC maintainers
UMC maintainers
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2019-05-28 17:20 CEST by Johannes Keiser
Modified: 2019-05-28 17:20 CEST (History)
1 user (show)

See Also:
What kind of report is it?: Bug Report
What type of bug is this?: 4: Minor Usability: Impairs usability in secondary scenarios
Who will be affected by this bug?: 1: Will affect a very few installed domains
How will those affected feel about the bug?: 2: A Pain – users won’t like this once they notice it
User Pain: 0.046
Enterprise Customer affected?:
School Customer affected?:
ISV affected?:
Waiting Support:
Flags outvoted (downgraded) after PO Review:
Ticket number: 2019040321000878
Bug group (optional): Error handling
Max CVSS v3 score:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Johannes Keiser univentionstaff 2019-05-28 17:20:32 CEST
Version: 4.4-0 errata30 (Blumenthal)

Internal server error during "udm/properties (navigation)".
Request: udm/properties (navigation)

Traceback (most recent call last):
  File "%PY2.7%/univention/management/console/base.py", line 253, in execute
    function.__func__(self, request, *args, **kwargs)
  File "%PY2.7%/univention/management/console/modules/udm/__init__.py", line 117, in _decoarated
    ret = [func(self, request) for request.options in options]
  File "%PY2.7%/univention/management/console/modules/decorators.py", line 192, in _response
    return function(self, request)
  File "%PY2.7%/univention/management/console/modules/udm/__init__.py", line 848, in properties
    properties = module.get_properties(object_dn)
  File "%PY2.7%/univention/management/console/modules/udm/udm_ldap.py", line 880, in get_properties
    _scanLayout(self.get_layout(ldap_dn))
  File "%PY2.7%/univention/management/console/modules/udm/udm_ldap.py", line 835, in get_layout
    if layout and isinstance(layout[0], udm.tab):
TypeError: isinstance() arg 2 must be a class, type, or tuple of classes and types