Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ZMI broken in Plone 5.2 with Python 2.7 #2625

Closed
pbauer opened this issue Nov 11, 2018 · 2 comments
Closed

ZMI broken in Plone 5.2 with Python 2.7 #2625

pbauer opened this issue Nov 11, 2018 · 2 comments

Comments

@pbauer
Copy link
Sponsor Member

pbauer commented Nov 11, 2018

The new bootstrap-based ZMI looks broken in Python 2.7
In Plone 5.2 with Python 3 it looks fine and also in pure Zope using either Python version.

@pbauer pbauer added this to the Plone 5.2 milestone Nov 11, 2018
@pbauer pbauer changed the title ZMI broken in PLone 5.2 with Python 2.7 ZMI broken in Plone 5.2 with Python 2.7 Nov 11, 2018
@pbauer
Copy link
Sponsor Member Author

pbauer commented Feb 4, 2019

The issue is caused by Products.ExternalEditor it patches the zmi-templates in __init__.py

@mikejmets
Copy link

Can I simply add a PYTHON2 condition around the patching code in __init__? I thought about using PLONE52 but Products.ExternalEditor is a Zope package.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants