r9442 - apps/gobi/trunk/code/Page

[email protected]
Newsgroups gmane.comp.java.helma.cvs
Message-ID <[email protected]>
Author: hannes
Date: 2008-12-17 23:24:51 +0100 (Wed, 17 Dec 2008)
New Revision: 9442

Modified:
   apps/gobi/trunk/code/Page/Manage.js
Log:
Fix redirection bug in manage actions.

Details at http://dev.helma.org/trac/helma/changeset/9442

Modified: apps/gobi/trunk/code/Page/Manage.js
===================================================================
--- apps/gobi/trunk/code/Page/Manage.js	2008-12-17 22:00:24 UTC (rev 9441)
+++ apps/gobi/trunk/code/Page/Manage.js	2008-12-17 22:24:51 UTC (rev 9442)
@@ -126,7 +126,7 @@
         this.modifier = session.user;
         this.modifytime = new Date();
         res.message = msg("edit_confirm");
-        res.redirect(this.href("manage")+"?screen="+screen);
+        res.redirect(this.href(req.action));
     }
     res.push();
     if (screen == "permissions") {
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.