summaryrefslogtreecommitdiff
path: root/httemplate/edit/process/cgp_rule.html
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/edit/process/cgp_rule.html')
-rw-r--r--httemplate/edit/process/cgp_rule.html8
1 files changed, 1 insertions, 7 deletions
diff --git a/httemplate/edit/process/cgp_rule.html b/httemplate/edit/process/cgp_rule.html
index 5326587..f427b6c 100644
--- a/httemplate/edit/process/cgp_rule.html
+++ b/httemplate/edit/process/cgp_rule.html
@@ -4,19 +4,13 @@
'process_o2m' => [
{
'table' => 'cgp_rule_condition',
- 'fields' => [qw( conditionname op params )],
+ 'fields' => [qw( condition op params )],
},
{
'table' => 'cgp_rule_action',
'fields' => [qw( action params )],
},
],
- 'noerror_callback' => sub {
- my( $cgi, $object ) = @_;
- my $error = $object->svc_export;
- #shit, not a good place for error handling :/
- die $error if $error;
- },
)
%>
<%init>