From acb39631e91c32eff550eb756e06d7465c2a1b2c Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Tue, 5 Apr 2016 20:28:07 -0700 Subject: fix application of things when there's lots of CCH data and an error, RT#41610 --- httemplate/edit/process/elements/ApplicationCommon.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'httemplate/edit/process/elements/ApplicationCommon.html') diff --git a/httemplate/edit/process/elements/ApplicationCommon.html b/httemplate/edit/process/elements/ApplicationCommon.html index c7bdd3ea2..a73b1bccd 100644 --- a/httemplate/edit/process/elements/ApplicationCommon.html +++ b/httemplate/edit/process/elements/ApplicationCommon.html @@ -21,7 +21,8 @@ Examples: %if ( $error ) { % $cgi->param('error', $error); -<% $cgi->redirect(popurl(2). $opt{error_redirect}. '?'. $cgi->query_string ) %> +% my $query = $m->scomp('/elements/create_uri_query'); +<% $cgi->redirect(popurl(2). $opt{error_redirect}. "?$query") %> %} else { <% header("$src_thing application$to sucessful") %>