Jens Vagelpohl wrote:
On 26 Apr 2006, at 17:25, yuppie wrote:

In createExprContext 'request' is currently set to getattr(object, 'REQUEST', None). 'object' might be None, making 'request' None as well.

Would anybody mind if I change that to getattr(portal, 'REQUEST', None)?

I don't mind, just wondering what cases you came up against where "object" was None.

The 'object' argument for listFilteredActionsFor, listActionInfos and getActionInfo is optional. If it is omitted, 'object' is set to None.

Cheers, Yuppie

_______________________________________________
Zope-CMF maillist  -  Zope-CMF@lists.zope.org
http://mail.zope.org/mailman/listinfo/zope-cmf

See http://collector.zope.org/CMF for bug reports and feature requests

Reply via email to