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
Why does RestrictedPython not allow to use python:mytemplate.macros['master'] in a template but mytemplate/macros/master is allowed? macros is the property chameleon.zpt.program.import.macros which returns a chameleon.zpt.template.Macros object.
@dataflake thanks for the info. I don't get why tal:content="python:template.macros" does not work in Plone (we use Zope 4.0b10 which has the mentioned fix).
Following up from plone/Products.CMFPlone#2839:
Why does RestrictedPython not allow to use
python:mytemplate.macros['master']
in a template butmytemplate/macros/master
is allowed?macros
is the propertychameleon.zpt.program.import.macros
which returns achameleon.zpt.template.Macros
object.Allowed:
Not allowed:
The text was updated successfully, but these errors were encountered: