[freeside-commits] branch FREESIDE_4_BRANCH updated. 8cb793ffa1fa8dcd3bdfeb7596b644233aa9f8cc
Mark Wells
mark at 420.am
Thu Jul 23 21:34:47 PDT 2015
The branch, FREESIDE_4_BRANCH has been updated
via 8cb793ffa1fa8dcd3bdfeb7596b644233aa9f8cc (commit)
from f04508aa6372ec916765dda7b345f09b9cdec22f (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 8cb793ffa1fa8dcd3bdfeb7596b644233aa9f8cc
Author: Mark Wells <mark at freeside.biz>
Date: Thu Jul 23 21:34:35 2015 -0700
fix edit/process/svc_circuit.html redirect on error, #37420
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 42bfc4b..579ef51 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;
-----------------------------------------------------------------------
Summary of changes:
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%)
More information about the freeside-commits
mailing list