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
When I assign the leadimage behavior to the Plone Site, it fails with:
File "/home/ale/.buildout/eggs/Zope-5.0-py3.8.egg/OFS/Traversable.py", line 244, in unrestrictedTraverse
raise AttributeError(name)
AttributeError: @@images
This can be fixed by making the ILeadImage marker interface inherit from IImageScaleTraversable.
The text was updated successfully, but these errors were encountered:
When I assign the leadimage behavior to the Plone Site, it fails with:
This can be fixed by making the
ILeadImage
marker interface inherit fromIImageScaleTraversable
.The text was updated successfully, but these errors were encountered: