plone / plone.app.mosaic

Plone Mosaic main repository
https://pypi.python.org/pypi/plone.app.mosaic
GNU General Public License v2.0
35 stars 26 forks source link

Problems with Zope 5.7.3 ?! #516

Closed krissik closed 1 year ago

krissik commented 1 year ago

I'm testing Plone6 Classic. After an update from Zope 5.7 to 5.7.3 plone.app.mosaic stopped working. A document with mosaic layout now returns html code (see screenshot). If I pin Zope to 5.7 it works again. The Changelog of 5.7.1 says "Set the published default Content-Type header to text/plain". I guess it might have something to do with it ...?

zope5-7-3

mauritsvanrees commented 1 year ago

Confirmed. I think I have a fix in plone.app.blocks. I will make a PR.

mauritsvanrees commented 1 year ago

I have made PRs. For Plone 6 you may want to try this one: https://github.com/plone/plone.app.blocks/pull/102

krissik commented 1 year ago

It is working - Thank you!

mauritsvanrees commented 1 year ago

Fix released in plone.app.blocks 5.2.1, 6.0.2, and 7.0.0.

petschki commented 1 year ago

so this can be closed right? If I'm wrong please reopen