From 24c1fc0dab5fb42549c78559306c0f8ce6c3ab6e Mon Sep 17 00:00:00 2001 From: richard Date: Wed, 16 Oct 2002 06:48:50 +0000 Subject: [PATCH] another minor ZRoundup patch git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1358 57a73879-2fb5-44c3-a270-3262357dd7e2 --- frontends/ZRoundup/ZRoundup.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/frontends/ZRoundup/ZRoundup.py b/frontends/ZRoundup/ZRoundup.py index 8fc87db..b0780cc 100644 --- a/frontends/ZRoundup/ZRoundup.py +++ b/frontends/ZRoundup/ZRoundup.py @@ -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 @@ class ZRoundup(Item, PropertyManager, Implicit, Persistent): 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 @@ class ZRoundup(Item, PropertyManager, Implicit, Persistent): 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 '' -- 2.30.2