# HG changeset patch # User Thierry Florac # Date 1518011035 -3600 # Node ID 7cc109b71105c36641fdd1ad316f4a798ddcf93b # Parent 392a5ec1b482131aa62b495fdf307cd0931aa989 Updated illustration AJAX edit form output diff -r 392a5ec1b482 -r 7cc109b71105 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()