[freeside-commits] freeside/httemplate/edit cgp_rule.html, 1.1.2.3, 1.1.2.4

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


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

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/cgp_rule.html,v
retrieving revision 1.1.2.3
retrieving revision 1.1.2.4
diff -u -w -d -r1.1.2.3 -r1.1.2.4
--- cgp_rule.html	27 Apr 2010 10:57:00 -0000	1.1.2.3
+++ cgp_rule.html	29 Apr 2010 07:40:47 -0000	1.1.2.4
@@ -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