-
-
Notifications
You must be signed in to change notification settings - Fork 196
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
Restore the "Use external editor" permission #3190
Comments
There is also some other code that depends on the external editor: |
If I remember correctly, the external editor needs ZServer, so it won't work on Plone 6. |
I think it just depends on webdav, which is now provide by Zope itself. |
Just for a confirmation external editor works on 6.0. Creating a new Plone site with this buildout:
adding a file, calling as admin: and running zopeedit allows me to modify the file on Plone. Of course a regular user will not have the proper permissions, which were removed by cda90e8. |
Your buildout runs, and the instance starts, so that is good. I see external editor icons in the ZMI and can click on it and it starts opening a
|
I forgot to mention that for zopeedit I am using this branch https://github.com/collective/collective.zopeedit/tree/wip with Python2.7. |
Given the temporary lack of webdav, the permission
Use external editor
was removed on Python 3:cda90e8
Should we restore it now that webdav is back or should we move the code in some other place?
The text was updated successfully, but these errors were encountered: