Updated illustration AJAX edit form output
authorThierry Florac <tflorac@ulthar.net>
Wed, 07 Feb 2018 14:43:55 +0100
changeset 368 7cc109b71105
parent 367 392a5ec1b482
child 369 7dc78749caa2
Updated illustration AJAX edit form output
src/pyams_content/component/illustration/zmi/paragraph.py
--- a/src/pyams_content/component/illustration/zmi/paragraph.py	Wed Feb 07 14:17:37 2018 +0100
+++ b/src/pyams_content/component/illustration/zmi/paragraph.py	Wed Feb 07 14:43:55 2018 +0100
@@ -162,6 +162,7 @@
                     'visible': self.context.visible
                 }
             })
+        updated = changes.get(IIllustrationParagraph, ())
         if 'data' in updated:
             # we have to commit transaction to be able to handle blobs...
             ITransactionManager(self.context).get().commit()