From 7b2f4076e6e7b0331904699d9e3a53fc0194eec9 Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Thu, 23 Jul 2015 21:34:35 -0700 Subject: [PATCH] fix edit/process/svc_circuit.html redirect on error, #37420 --- httemplate/edit/{svc_circuit.cgi => svc_circuit.html} | 0 httemplate/view/svc_circuit.html | 9 +++++---- 2 files changed, 5 insertions(+), 4 deletions(-) rename httemplate/edit/{svc_circuit.cgi => svc_circuit.html} (100%) diff --git a/httemplate/edit/svc_circuit.cgi b/httemplate/edit/svc_circuit.html similarity index 100% rename from httemplate/edit/svc_circuit.cgi rename to httemplate/edit/svc_circuit.html diff --git a/httemplate/view/svc_circuit.html b/httemplate/view/svc_circuit.html index 42bfc4b21..579ef5150 100644 --- a/httemplate/view/svc_circuit.html +++ b/httemplate/view/svc_circuit.html @@ -1,8 +1,9 @@ <& elements/svc_Common.html, - 'table' => 'svc_circuit', - 'labels' => \%labels, - 'fields' => \@fields, - 'html_foot' => sub { $self->call_method('.foot', @_) }, + 'table' => 'svc_circuit', + 'labels' => \%labels, + 'fields' => \@fields, + 'html_foot' => sub { $self->call_method('.foot', @_) }, + 'edit_url' => $fsurl.'edit/svc_circuit.html?', &> <%method .foot> % my $svc_circuit = shift; -- 2.11.0