Univention Bugzilla – Attachment 7773 Details for
Bug 41694
concurrent name change and group update causes no groups update
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
41694.patch (text/plain), 944 bytes, created by
Florian Best
on 2016-06-29 00:41:31 CEST
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Florian Best
Created:
2016-06-29 00:41:31 CEST
Size:
944 bytes
patch
obsolete
>diff --git a/management/univention-directory-manager-modules/modules/univention/admin/handlers/__init__.py b/management/univention-directory-manager-modules/modules/univention/admin/handlers/__init__.py >index 6ace9a6..570e4a0 100644 >--- a/management/univention-directory-manager-modules/modules/univention/admin/handlers/__init__.py >+++ b/management/univention-directory-manager-modules/modules/univention/admin/handlers/__init__.py >@@ -773,7 +773,7 @@ def _modify(self, modify_childs=1, ignore_license=0): > > #FIXME: timeout without exception if objectClass of Object is not exsistant !! > univention.debug.debug(univention.debug.ADMIN, 99, 'Modify dn=%r;\nmodlist=%r;\noldattr=%r;' % (self.dn, ml, self.oldattr)) >- self.lo.modify(self.dn, ml, ignore_license=ignore_license) >+ self.dn = self.lo.modify(self.dn, ml, ignore_license=ignore_license) > > self._ldap_post_modify() > self.call_udm_property_hook('hook_ldap_post_modify', self)
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 41694
:
7773
|
8968