Univention Bugzilla – Attachment 7491 Details for
Bug 33652
Don't show container settings on the advanced tab
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
33652.patch (text/plain), 2.35 KB, created by
Florian Best
on 2016-02-19 13:40:46 CET
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Florian Best
Created:
2016-02-19 13:40:46 CET
Size:
2.35 KB
patch
obsolete
>diff --git a/management/univention-directory-manager-modules/modules/univention/admin/handlers/container/cn.py b/management/univention-directory-manager-modules/modules/univention/admin/handlers/container/cn.py >index bb2d5d8..be87aa3 100644 >--- a/management/univention-directory-manager-modules/modules/univention/admin/handlers/container/cn.py >+++ b/management/univention-directory-manager-modules/modules/univention/admin/handlers/container/cn.py >@@ -191,15 +191,15 @@ > Group( _( 'Container description' ), layout = [ > [ "name", "description" ], > ] ), >+ Group(_('Container settings'),_('Default position when adding objects'), layout = [ >+ ["userPath", "groupPath" ], >+ [ "computerPath", "policyPath" ], >+ [ "dnsPath", "dhcpPath" ], >+ [ "networkPath", "sharePath" ], >+ [ "printerPath", "mailPath" ], >+ "licensePath", >+ ] ) > ] ), >- Tab(_('Container settings'),_('Default position when adding objects'), advanced = True, layout = [ >- ["userPath", "groupPath" ], >- [ "computerPath", "policyPath" ], >- [ "dnsPath", "dhcpPath" ], >- [ "networkPath", "sharePath" ], >- [ "printerPath", "mailPath" ], >- "licensePath", >- ] ) > ] > > mapping=univention.admin.mapping.mapping() >diff --git a/management/univention-directory-manager-modules/modules/univention/admin/handlers/container/ou.py b/management/univention-directory-manager-modules/modules/univention/admin/handlers/container/ou.py >index d90ee74..5eec437 100644 >--- a/management/univention-directory-manager-modules/modules/univention/admin/handlers/container/ou.py >+++ b/management/univention-directory-manager-modules/modules/univention/admin/handlers/container/ou.py >@@ -193,15 +193,15 @@ > Group( _( 'Organisational unit description' ), layout = [ > [ "name", "description" ] > ] ), >+ Group(_('Container settings'),_('Default position when adding objects'), layout = [ >+ [ "userPath" , "groupPath" ], >+ [ "computerPath", "policyPath" ], >+ [ "dnsPath", "dhcpPath" ], >+ [ "networkPath", "sharePath" ], >+ [ "printerPath", "mailPath" ], >+ "licensePath", >+ ] ) > ] ), >- Tab(_('Container settings'),_('Default position when adding objects'), advanced = True, layout = [ >- [ "userPath" , "groupPath" ], >- [ "computerPath", "policyPath" ], >- [ "dnsPath", "dhcpPath" ], >- [ "networkPath", "sharePath" ], >- [ "printerPath", "mailPath" ], >- "licensePath", >- ] ) > ] > > mapping=univention.admin.mapping.mapping()
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 33652
: 7491