[freeside-commits] freeside/httemplate/edit/process cgp_rule.html, 1.1, 1.2

Ivan,,, ivan at wavetail.420.am
Thu Apr 29 00:40:48 PDT 2010


Update of /home/cvs/cvsroot/freeside/httemplate/edit/process
In directory wavetail.420.am:/tmp/cvs-serv2577/httemplate/edit/process

Modified Files:
	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
retrieving revision 1.2
diff -u -w -d -r1.1 -r1.2
--- cgp_rule.html	23 Apr 2010 06:43:40 -0000	1.1
+++ cgp_rule.html	29 Apr 2010 07:40:46 -0000	1.2
@@ -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