# HG changeset patch # User Thierry Florac # Date 1522767558 -7200 # Node ID 3fc5fed6105e97e638ae6dbecf4bdcf1973c8807 # Parent 95357a122dc6b7559d970262358cb6e435fbe833 Updated parent class for inner paragraph properties edit form diff -r 95357a122dc6 -r 3fc5fed6105e src/pyams_content/component/paragraph/zmi/keypoint.py --- 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):