[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/ZMI - ZMIViewUtility.py:1.1.2.10
Steve Alexander
steve@cat-box.net
Mon, 10 Jun 2002 16:48:57 -0400
Update of /cvs-repository/Zope3/lib/python/Zope/App/ZMI
In directory cvs.zope.org:/tmp/cvs-serv26988/lib/python/Zope/App/ZMI
Modified Files:
Tag: Zope-3x-branch
ZMIViewUtility.py
Log Message:
my last fix didn't. reverting.
=== Zope3/lib/python/Zope/App/ZMI/ZMIViewUtility.py 1.1.2.9 => 1.1.2.10 ===
if action:
try:
- # need to tickle its __call__ method to get the
- # security checker to pay attention
- traverser.traversePath(request, context, action).__call__
+ traverser.traversePath(request, context, action)
except Unauthorized:
continue # Skip unauthorized
zmi_views.append({'label': label, 'action': "%s" % action})