Univention Bugzilla – Attachment 8378 Details for
Bug 43428
DisplayName not saved in settings/usertemplate
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug #43428 udm: Remove options from user template
0001-Bug-43428-udm-Remove-options-from-user-template.patch (text/plain), 6.44 KB, created by
Philipp Hahn
on 2017-01-26 15:50:16 CET
(
hide
)
Description:
Bug #43428 udm: Remove options from user template
Filename:
MIME Type:
Creator:
Philipp Hahn
Created:
2017-01-26 15:50:16 CET
Size:
6.44 KB
patch
obsolete
>From f8bab042356b065039e746b3a7a306fabf15e90c Mon Sep 17 00:00:00 2001 >Message-Id: <f8bab042356b065039e746b3a7a306fabf15e90c.1485442184.git.hahn@univention.de> >From: Philipp Hahn <hahn@univention.de> >Date: Thu, 26 Jan 2017 15:49:32 +0100 >Subject: [PATCH] Bug #43428 udm: Remove options from user template >Organization: Univention GmbH, Bremen, Germany > >otherwise the options are not saved and get never applied > >settings/usertemplate has options={} >--- > .../admin/handlers/settings/usertemplate.py | 26 ---------------------- > 1 file changed, 26 deletions(-) > >diff --git a/management/univention-directory-manager-modules/modules/univention/admin/handlers/settings/usertemplate.py b/management/univention-directory-manager-modules/modules/univention/admin/handlers/settings/usertemplate.py >index 4aab374..2f5bdeb 100644 >--- a/management/univention-directory-manager-modules/modules/univention/admin/handlers/settings/usertemplate.py >+++ b/management/univention-directory-manager-modules/modules/univention/admin/handlers/settings/usertemplate.py >@@ -56,7 +56,6 @@ property_descriptions = { > syntax=univention.admin.syntax.string, > multivalue=False, > include_in_default_search=True, >- options=[], > required=True, > may_change=True, > identifies=True >@@ -66,7 +65,6 @@ property_descriptions = { > long_description='', > syntax=univention.admin.syntax.string, > multivalue=False, >- options=[], > required=False, > may_change=True, > identifies=False >@@ -77,7 +75,6 @@ property_descriptions = { > syntax=univention.admin.syntax.string, > multivalue=False, > include_in_default_search=True, >- options=[], > required=False, > may_change=True, > identifies=False >@@ -86,7 +83,6 @@ property_descriptions = { > short_description=_('Display name'), > long_description='', > syntax=univention.admin.syntax.string, >- options=['posix'], > multivalue=False, > required=False, > may_change=True, >@@ -98,7 +94,6 @@ property_descriptions = { > long_description='', > syntax=univention.admin.syntax.string, > multivalue=False, >- options=[], > required=False, > may_change=True, > identifies=False >@@ -108,7 +103,6 @@ property_descriptions = { > long_description=_('Change password on next login'), > syntax=univention.admin.syntax.boolean, > multivalue=False, >- options=[], > required=False, > may_change=True, > dontsearch=True, >@@ -119,7 +113,6 @@ property_descriptions = { > long_description='', > syntax=univention.admin.syntax.boolean, > multivalue=False, >- options=[], > required=False, > may_change=True, > identifies=False, >@@ -130,7 +123,6 @@ property_descriptions = { > long_description='', > syntax=univention.admin.syntax.string, > multivalue=True, >- options=[], > required=False, > may_change=True, > identifies=False, >@@ -140,7 +132,6 @@ property_descriptions = { > long_description='', > syntax=univention.admin.syntax.absolutePath, > multivalue=False, >- options=[], > required=False, > may_change=True, > identifies=False, >@@ -161,7 +152,6 @@ property_descriptions = { > long_description=_('Path to the home directory on the home share'), > syntax=univention.admin.syntax.string, > multivalue=False, >- options=[], > required=False, > dontsearch=True, > may_change=True, >@@ -172,7 +162,6 @@ property_descriptions = { > long_description='', > syntax=univention.admin.syntax.string, > multivalue=False, >- options=[], > required=False, > may_change=True, > identifies=False, >@@ -183,7 +172,6 @@ property_descriptions = { > long_description='', > syntax=univention.admin.syntax.string, > multivalue=False, >- options=[], > required=False, > may_change=True, > identifies=False >@@ -193,7 +181,6 @@ property_descriptions = { > long_description='', > syntax=univention.admin.syntax.string, > multivalue=False, >- options=[], > required=False, > may_change=True, > identifies=False >@@ -203,7 +190,6 @@ property_descriptions = { > long_description='', > syntax=univention.admin.syntax.string, > multivalue=False, >- options=[], > required=False, > may_change=True, > identifies=False >@@ -213,7 +199,6 @@ property_descriptions = { > long_description='', > syntax=univention.admin.syntax.string, > multivalue=False, >- options=[], > required=False, > may_change=True, > identifies=False >@@ -223,7 +208,6 @@ property_descriptions = { > long_description='', > syntax=univention.admin.syntax.string, > multivalue=False, >- options=[], > required=False, > may_change=True, > identifies=False >@@ -233,7 +217,6 @@ property_descriptions = { > long_description='', > syntax=univention.admin.syntax.string, > multivalue=False, >- options=[], > required=False, > may_change=True, > identifies=False >@@ -243,7 +226,6 @@ property_descriptions = { > long_description='', > syntax=univention.admin.syntax.string, > multivalue=False, >- options=[], > required=False, > may_change=True, > identifies=False >@@ -253,7 +235,6 @@ property_descriptions = { > long_description='', > syntax=univention.admin.syntax.phone, > multivalue=True, >- options=[], > required=False, > may_change=True, > identifies=False >@@ -263,7 +244,6 @@ property_descriptions = { > long_description='', > syntax=univention.admin.syntax.UserDN, > multivalue=True, >- options=[], > required=False, > may_change=True, > identifies=False >@@ -273,7 +253,6 @@ property_descriptions = { > long_description='', > syntax=univention.admin.syntax.string, > multivalue=False, >- options=['person'], > required=False, > may_change=True, > identifies=False >@@ -283,7 +262,6 @@ property_descriptions = { > long_description='', > syntax=univention.admin.syntax.string, > multivalue=False, >- options=['person'], > required=False, > may_change=True, > identifies=False >@@ -293,7 +271,6 @@ property_descriptions = { > long_description='', > syntax=univention.admin.syntax.GroupDN, > multivalue=True, >- options=[], > required=False, > may_change=True, > identifies=False >@@ -305,7 +282,6 @@ property_descriptions = { > one_only=True, > parent='groups', > multivalue=False, >- options=[], > required=False, > dontsearch=True, > may_change=True, >@@ -317,7 +293,6 @@ property_descriptions = { > syntax=univention.admin.syntax.emailAddressTemplate, > multivalue=False, > include_in_default_search=True, >- options=[], > required=False, > dontsearch=False, > may_change=True, >@@ -328,7 +303,6 @@ property_descriptions = { > long_description='', > syntax=univention.admin.syntax.emailAddressTemplate, > multivalue=True, >- options=[], > required=False, > dontsearch=False, > may_change=True, >-- >2.1.4 >
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 43428
: 8378