[freeside-commits] freeside/httemplate/edit/process cgp_rule.html, 1.1.2.2, 1.1.2.3
Ivan,,,
ivan at wavetail.420.am
Thu Apr 29 00:40:49 PDT 2010
Update of /home/cvs/cvsroot/freeside/httemplate/edit/process
In directory wavetail.420.am:/tmp/cvs-serv2590/httemplate/edit/process
Modified Files:
Tag: FREESIDE_1_9_BRANCH
cgp_rule.html
Log Message:
communigate (phase 2): rules: adding conditions and actions to rule edit. RT#7514
Index: cgp_rule.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/process/cgp_rule.html,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -u -w -d -r1.1.2.2 -r1.1.2.3
--- cgp_rule.html 23 Apr 2010 06:43:41 -0000 1.1.2.2
+++ cgp_rule.html 29 Apr 2010 07:40:47 -0000 1.1.2.3
@@ -1,6 +1,16 @@
<% include( 'elements/process.html',
'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>
More information about the freeside-commits
mailing list