Updated parent class for inner paragraph properties edit form
authorThierry Florac <thierry.florac@onf.fr>
Tue, 03 Apr 2018 16:59:18 +0200
changeset 509 3fc5fed6105e
parent 508 95357a122dc6
child 510 ed78663fc764
Updated parent class for inner paragraph properties edit form
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):