You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you want to use the path widget with a plone site named plone, you get a traceback :
Traceback (innermost last):
Module ZPublisher.WSGIPublisher, line 155, in transaction_pubevents
Module ZPublisher.WSGIPublisher, line 337, in publish_module
Module ZPublisher.WSGIPublisher, line 255, in publish
Module ZPublisher.mapply, line 85, in mapply
Module ZPublisher.WSGIPublisher, line 61, in call_object
Module eea.facetednavigation.caching.nocache, line 12, in replacement
Module eea.facetednavigation.widgets.path.tree, line 168, in json_tree
Module eea.facetednavigation.widgets.path.tree, line 90, in tree
Module plone.app.layout.navigation.navtree, line 133, in buildFolderTree
AttributeError: 'Plone' object has no attribute 'getPhysicalPath'
Indeed, self.context.unrestrictedTraverse(url.strip('/'), None) on /plone returns a Products.Five.browser.metaconfigure.Plone object ...
The text was updated successfully, but these errors were encountered:
laulaz
changed the title
Path widget doesn't work in Plone 5
Path widget doesn't work if Plone site id is "plone"
Nov 14, 2019
If you want to use the path widget with a plone site named
plone
, you get a traceback :Indeed,
self.context.unrestrictedTraverse(url.strip('/'), None)
on/plone
returns aProducts.Five.browser.metaconfigure.Plone
object ...The text was updated successfully, but these errors were encountered: