Mercurial > p > roundup > code
changeset 1285:26e5dbe76779
another minor ZRoundup patch
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Wed, 16 Oct 2002 06:48:50 +0000 |
| parents | 899c6ced2abe |
| children | 4cbbdcf449f6 |
| files | frontends/ZRoundup/ZRoundup.py |
| diffstat | 1 files changed, 2 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/frontends/ZRoundup/ZRoundup.py Wed Oct 16 06:44:29 2002 +0000 +++ b/frontends/ZRoundup/ZRoundup.py Wed Oct 16 06:48:50 2002 +0000 @@ -14,7 +14,7 @@ # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. # -# $Id: ZRoundup.py,v 1.14 2002-10-10 03:47:27 richard Exp $ +# $Id: ZRoundup.py,v 1.15 2002-10-16 06:48:50 richard Exp $ # ''' ZRoundup module - exposes the roundup web interface to Zope @@ -153,7 +153,6 @@ return instance.Client(instance, request, env, form) - security.declareProtected('View', 'index_html') def index_html(self): '''Alias index_html to roundup's index @@ -182,7 +181,7 @@ try: client = self._opendb() # fake the path that roundup should use - client.split_path = [item] + client.path = item # and call roundup to do something client.main() return ''
