[Zope-Checkins] CVS: Zope/lib/python/App - Management.py:1.48.4.1
Shane Hathaway
shane@digicool.com
Wed, 5 Sep 2001 10:43:20 -0400
Update of /cvs-repository/Zope/lib/python/App
In directory cvs.zope.org:/tmp/cvs-serv27977/lib/python/App
Modified Files:
Tag: Zope-2_4-branch
Management.py
Log Message:
Fixed manage_workspace redirect to index_html bug
=== Zope/lib/python/App/Management.py 1.48 => 1.48.4.1 ===
- manage_workspace__roles__=('Anonymous',)
+ manage_workspace__roles__=('Authenticated',)
def manage_workspace(self, REQUEST):
"""Dispatch to first interface in manage_options
"""