View | Details | Raw Unified | Return to bug 30368
Collapse All | Expand All

(-)a/management/univention-directory-manager-modules/modules/univention/admin/objects.py (-1 / +2 lines)
 Lines 74-80   def get(module, co, lo, position, dn='', attr = None, superordinate = None, attr Link Here 
74
	if not superordinate:
74
	if not superordinate:
75
		superordinate = get_superordinate( module, co, lo, dn or position.getDn() )
75
		superordinate = get_superordinate( module, co, lo, dn or position.getDn() )
76
76
77
	return module.object( co, lo, position, dn, superordinate = superordinate, attributes = attributes )
77
	if univention.admin.modules.identify(dn, attributes, module):
78
		return module.object( co, lo, position, dn, superordinate = superordinate, attributes = attributes )
78
79
79
def open(object):
80
def open(object):
80
	'''initialization of properties not neccessary for browsing etc.'''
81
	'''initialization of properties not neccessary for browsing etc.'''

Return to bug 30368