diff options
| author | ivan <ivan> | 2010-06-07 02:39:35 +0000 |
|---|---|---|
| committer | ivan <ivan> | 2010-06-07 02:39:35 +0000 |
| commit | 31a9c95e5b7125ef666248699fff31f1f8211364 (patch) | |
| tree | 3673d519ac208bbf6b4ecc174511d3cef99a1501 /httemplate/edit/process/cgp_rule.html | |
| parent | da99804133e55d5ce02402645b593a6de06d1947 (diff) | |
domain rules based on templates (rules from other domains), RT#7514
Diffstat (limited to 'httemplate/edit/process/cgp_rule.html')
| -rw-r--r-- | httemplate/edit/process/cgp_rule.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/httemplate/edit/process/cgp_rule.html b/httemplate/edit/process/cgp_rule.html index 965341384..5326587cb 100644 --- a/httemplate/edit/process/cgp_rule.html +++ b/httemplate/edit/process/cgp_rule.html @@ -11,6 +11,12 @@ '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> |
