From 1a4a654fa6caf7d3a32350286a52c2f1b7907b6f Mon Sep 17 00:00:00 2001 From: ivan Date: Thu, 15 Dec 2011 00:13:13 +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