--- a/src/pyams_content/component/paragraph/zmi/keypoint.py Tue Apr 03 15:24:18 2018 +0200
+++ b/src/pyams_content/component/paragraph/zmi/keypoint.py Tue Apr 03 16:59:18 2018 +0200
@@ -146,7 +146,7 @@
@view_config(name='inner-properties.json', context=IKeypointsParagraph, request_type=IPyAMSLayer,
permission=MANAGE_CONTENT_PERMISSION, renderer='json', xhr=True)
-class KeypointsParagraphInnerAJAXEditForm(BaseParagraphAJAXEditForm, KeypointsParagraphInnerEditForm):
+class KeypointsParagraphInnerAJAXEditForm(KeypointsParagraphPropertiesAJAXEditForm, KeypointsParagraphInnerEditForm):
"""Key points paragraph inner edit form, JSON renderer"""
def get_ajax_output(self, changes):