Changed menu position
authorThierry Florac <tflorac@ulthar.net>
Thu, 08 Feb 2018 09:21:25 +0100
changeset 373 d541df80c5a7
parent 372 719c3edee5c1
child 374 4d7a326b3434
Changed menu position
src/pyams_content/component/paragraph/zmi/container.py
--- a/src/pyams_content/component/paragraph/zmi/container.py	Thu Feb 08 08:52:08 2018 +0100
+++ b/src/pyams_content/component/paragraph/zmi/container.py	Thu Feb 08 09:21:25 2018 +0100
@@ -386,7 +386,7 @@
 #
 
 @viewlet_config(name='paragraphs-associations.menu', context=IParagraphContainerTarget, layer=IAdminLayer,
-                manager=IPropertiesMenu, permission=VIEW_SYSTEM_PERMISSION, weight=101)
+                manager=IPropertiesMenu, permission=VIEW_SYSTEM_PERMISSION, weight=60)
 class ParagraphsAssociationsMenu(MenuItem):
     """Paragraphs associations container menu"""