Test for an interface provided by object in plone action condition
Thu, Feb 23, 2017,
100 Words
Quick tip: how to test if the context provides an interface, with an expression set as the condition:
python:object.restrictedTraverse("@@plone_interface_info").provides('dotted.path.to.IMyFancyInterface')
Previous: Plone: assign permission to role