From b2dfdb3299495c33f44755aecf43c726b4482be0 Mon Sep 17 00:00:00 2001 From: Aaron Bentley Date: Mon, 5 Dec 2005 16:57:05 -0500 Subject: [PATCH] After saving bugs, show bug list --- beweb/beweb/controllers.py | 1 + 1 file changed, 1 insertion(+) diff --git a/beweb/beweb/controllers.py b/beweb/beweb/controllers.py index cdcf1e7..2a8d0aa 100644 --- a/beweb/beweb/controllers.py +++ b/beweb/beweb/controllers.py @@ -61,5 +61,6 @@ class Root(controllers.Root): bug.severity = severity bug.summary = summary bug.save() + raise cherrypy.HTTPRedirect(turbogears.url("/%s/" % project_id)) return {"bug": bug, "project_id": project_id, "new":True} -- 2.26.2