src/pyams_content/component/illustration/zmi/paragraph.py
changeset 178 1f3b274d8a76
parent 175 fb51fb6d6129
child 192 8a16d2f507d7
--- a/src/pyams_content/component/illustration/zmi/paragraph.py	Thu Sep 21 12:00:57 2017 +0200
+++ b/src/pyams_content/component/illustration/zmi/paragraph.py	Thu Sep 21 12:44:15 2017 +0200
@@ -174,7 +174,7 @@
             form.update()
             output.setdefault('events', []).append({
                 'event': 'PyAMS_content.changed_item',
-                'options': {'object_type': 'illustration',
+                'options': {'object_type': 'form',
                             'object_name': '{0}_{1}_{2}'.format(
                                 self.context.__class__.__name__,
                                 getattr(form.getContent(), '__name__', 'noname').replace('++', ''),