From ee0976f9722a87ed6166302dfdc687ed3b2b6a8e Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Thu, 23 Jul 2015 21:22:43 -0700 Subject: [PATCH] fix edit/process/svc_circuit.html redirect on error, #37420 --- httemplate/edit/process/svc_circuit.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httemplate/edit/process/svc_circuit.html b/httemplate/edit/process/svc_circuit.html index 27f43db38..5cd2ec79e 100644 --- a/httemplate/edit/process/svc_circuit.html +++ b/httemplate/edit/process/svc_circuit.html @@ -1,6 +1,6 @@ <& elements/svc_Common.html, table => 'svc_circuit', - edit_ext => 'html', + edit_ext => 'cgi', redirect => popurl(3)."view/svc_circuit.html?", precheck_callback => $precheck, &> -- 2.11.0