diff options
Diffstat (limited to 'beweb')
-rw-r--r-- | beweb/beweb/controllers.py | 1 |
1 files changed, 1 insertions, 0 deletions
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} |