diff options
author | ivan <ivan> | 2011-02-28 00:42:00 +0000 |
---|---|---|
committer | ivan <ivan> | 2011-02-28 00:42:00 +0000 |
commit | ae97c1ccb5052608d65ca30f073029d38d0d9a4e (patch) | |
tree | 8982fcdf1a9214f32750c897bca29c20101f1f6f /httemplate/edit/svc_port.cgi | |
parent | 51a651e4f6c97dc18132f937c8e4c3b61a94bfcd (diff) |
fix port editing not to redirect to svc_Common view without graphs, RT#10574
Diffstat (limited to 'httemplate/edit/svc_port.cgi')
-rw-r--r-- | httemplate/edit/svc_port.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/edit/svc_port.cgi b/httemplate/edit/svc_port.cgi index e17b38087..118c4ede7 100644 --- a/httemplate/edit/svc_port.cgi +++ b/httemplate/edit/svc_port.cgi @@ -3,7 +3,7 @@ 'table' => 'svc_port', 'fields' => \@fields, 'labels' => \%labels, - 'post_url' => popurl(1). "process/svc_Common.html", #? + #'post_url' => popurl(1). "process/svc_Common.html", #? ) %> <%init> |