# HG changeset patch # User Thierry Florac # Date 1528965608 -7200 # Node ID 508a73cab999634f82ef588c42c019aa07aea3a5 # Parent 33b49c98c47e40ef8e28789634e8de3f757f786a Added marker interface to keynumbers paragraph edit form diff -r 33b49c98c47e -r 508a73cab999 src/pyams_content/component/paragraph/zmi/keynumber.py --- a/src/pyams_content/component/paragraph/zmi/keynumber.py Thu Jun 14 10:39:28 2018 +0200 +++ b/src/pyams_content/component/paragraph/zmi/keynumber.py Thu Jun 14 10:40:08 2018 +0200 @@ -82,6 +82,7 @@ permission=MANAGE_CONTENT_PERMISSION) @ajax_config(name='properties.json', context=IKeyNumberParagraph, layer=IPyAMSLayer, base=BaseParagraphAJAXEditForm) +@implementer(IKeyNumbersParentForm) class KeyNumberParagraphPropertiesEditForm(BaseParagraphPropertiesEditForm): """Key number paragraph properties edit form"""