Univention Bugzilla – Attachment 7388 Details for
Bug 28995
homeShare am Benutzerobjekt kann nicht gelöscht werden.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
remove
28995.patch (text/plain), 1.07 KB, created by
Florian Best
on 2016-01-04 13:18:40 CET
(
hide
)
Description:
remove
Filename:
MIME Type:
Creator:
Florian Best
Created:
2016-01-04 13:18:40 CET
Size:
1.07 KB
patch
obsolete
>diff --git a/management/univention-directory-manager-modules/modules/univention/admincli/admin.py b/management/univention-directory-manager-modules/modules/univention/admincli/admin.py >index d309378..1eb7836 100755 >--- a/management/univention-directory-manager-modules/modules/univention/admincli/admin.py >+++ b/management/univention-directory-manager-modules/modules/univention/admincli/admin.py >@@ -297,7 +297,9 @@ def object_input(module, object, input, append=None, remove=None): > out.append('E: Invalid Syntax: %s' % str(errmsg)) > if remove: > for key, value in remove.items(): >- if univention.admin.syntax.is_syntax( module.property_descriptions[key].syntax, univention.admin.syntax.complex ): >+ if not module.property_descriptions[key].multivalue: >+ out.append("WARNING: --remove should not be used for non multivalue fields. use --set %s='' instead." % (key,)) >+ elif univention.admin.syntax.is_syntax( module.property_descriptions[key].syntax, univention.admin.syntax.complex ): > if value: > for i in range(0,len(value)): > test_val=value[i].split('"')
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 28995
:
7388