From bd88a766f5d9e2f03f4edb5c3a9541aed1a30758 Mon Sep 17 00:00:00 2001 From: ivan Date: Thu, 15 Dec 2011 00:13:14 +0000 Subject: [PATCH] usability for msgcat editing: redirect back to the message catalog you are working on, RT#15269 --- httemplate/edit/process/msgcat.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httemplate/edit/process/msgcat.html b/httemplate/edit/process/msgcat.html index 6c93508d7..bdfbf1d40 100644 --- a/httemplate/edit/process/msgcat.html +++ b/httemplate/edit/process/msgcat.html @@ -2,6 +2,6 @@ table => 'msgcat', #viewall_dir => 'browse', redirect => sub { my($cgi, $msgcat) = @_; - popurl(3). 'browse/msgcat.html?locale='. $msgcat->locale; + popurl(3). 'browse/msgcat.html?locale='. $msgcat->locale.';dummy='; }, &> -- 2.11.0