View | Details | Raw Unified | Return to bug 41694 | Differences between
and this patch

Collapse All | Expand All

(-)a/management/univention-directory-manager-modules/modules/univention/admin/handlers/__init__.py (-1 / +1 lines)
 Lines 773-779   def _modify(self, modify_childs=1, ignore_license=0): Link Here 
773
773
774
		#FIXME: timeout without exception if objectClass of Object is not exsistant !!
774
		#FIXME: timeout without exception if objectClass of Object is not exsistant !!
775
		univention.debug.debug(univention.debug.ADMIN, 99, 'Modify dn=%r;\nmodlist=%r;\noldattr=%r;' % (self.dn, ml, self.oldattr))
775
		univention.debug.debug(univention.debug.ADMIN, 99, 'Modify dn=%r;\nmodlist=%r;\noldattr=%r;' % (self.dn, ml, self.oldattr))
776
		self.lo.modify(self.dn, ml, ignore_license=ignore_license)
776
		self.dn = self.lo.modify(self.dn, ml, ignore_license=ignore_license)
777
777
778
		self._ldap_post_modify()
778
		self._ldap_post_modify()
779
		self.call_udm_property_hook('hook_ldap_post_modify', self)
779
		self.call_udm_property_hook('hook_ldap_post_modify', self)

Return to bug 41694