summaryrefslogtreecommitdiff
path: root/httemplate/edit/process
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2016-04-05 20:28:07 -0700
committerIvan Kohler <ivan@freeside.biz>2016-04-05 20:28:07 -0700
commitacb39631e91c32eff550eb756e06d7465c2a1b2c (patch)
tree8dff07647260c55cb51eb9124399fe8b4213fd5c /httemplate/edit/process
parentdea176cdec2d5ed43c6f4304681b109a11da4fa0 (diff)
fix application of things when there's lots of CCH data and an error, RT#41610
Diffstat (limited to 'httemplate/edit/process')
-rw-r--r--httemplate/edit/process/elements/ApplicationCommon.html3
1 files changed, 2 insertions, 1 deletions
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:
</%doc>
%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") %>
<SCRIPT TYPE="text/javascript">