diff options
| author | ivan <ivan> | 2010-04-29 07:40:47 +0000 |
|---|---|---|
| committer | ivan <ivan> | 2010-04-29 07:40:47 +0000 |
| commit | 6f402df348017146e248ecaae2c71c0a9d708ea4 (patch) | |
| tree | e89756960a29daf9da95d802c746c2cfa96a64de /httemplate/edit/process | |
| parent | 2070eba260962b206f936e46c64d8072c58b2194 (diff) | |
communigate (phase 2): rules: adding conditions and actions to rule edit. RT#7514
Diffstat (limited to 'httemplate/edit/process')
| -rw-r--r-- | httemplate/edit/process/cgp_rule.html | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/httemplate/edit/process/cgp_rule.html b/httemplate/edit/process/cgp_rule.html index 3880b56b9..f427b6ccf 100644 --- a/httemplate/edit/process/cgp_rule.html +++ b/httemplate/edit/process/cgp_rule.html @@ -1,6 +1,16 @@ <% include( 'elements/process.html', - 'table' => 'cgp_rule', - 'redirect' => $redirect, + 'table' => 'cgp_rule', + 'redirect' => $redirect, + 'process_o2m' => [ + { + 'table' => 'cgp_rule_condition', + 'fields' => [qw( condition op params )], + }, + { + 'table' => 'cgp_rule_action', + 'fields' => [qw( action params )], + }, + ], ) %> <%init> |
