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

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


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

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/cgp_rule.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -w -d -r1.2 -r1.3
--- cgp_rule.html	27 Apr 2010 10:56:50 -0000	1.2
+++ cgp_rule.html	29 Apr 2010 07:40:46 -0000	1.3
@@ -24,6 +24,7 @@
                              'o2m_table' => 'cgp_rule_condition',
                              'm2_label' => 'Condition',
                              #XXX m2_error_callback
+                             'm2_error_callback' => sub {},
                            },
                            { 'type'    => 'tablebreak-tr-title',
                              'value'   => 'Actions',
@@ -33,6 +34,7 @@
                              'o2m_table' => 'cgp_rule_action',
                              'm2_label' => 'Action',
                              #XXX m2_error_callback
+                             'm2_error_callback' => sub {},
                            },
                          ],
              'new_callback' => sub { my( $cgi, $cgp_rule ) = @_;



More information about the freeside-commits mailing list