--- a/src/pyams_ldap/zmi/plugin.py Tue Mar 03 16:54:31 2015 +0100
+++ b/src/pyams_ldap/zmi/plugin.py Wed Mar 11 11:59:44 2015 +0100
@@ -345,8 +345,8 @@
fields = field.Fields(Interface)
-@viewlet_config(name='ldap-attributes', layer=IAdminLayer, manager=IWidgetsSuffixViewletsManager,
- view=LDAPPrincipalDisplayForm)
+@viewlet_config(name='ldap-attributes', layer=IAdminLayer, view=LDAPPrincipalDisplayForm,
+ manager=IWidgetsSuffixViewletsManager)
@template_config(template='templates/ldap-attributes.pt')
class LDAPPrincipalAttributesViewlet(Viewlet):
"""LDAP principal attributes"""