Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Trivial
-
Resolution: Fixed/Completed
-
Affects Version/s: 3.4.beta, 3.4.0, 4.0.0, 4.1.0, Unscheduled
-
Fix Version/s: 3.4.alpha
-
Component/s: Drupal Integration Modules
-
Labels:None
Description
Missing description fields in Rules defined by civicrm_rules_action_info() in drupal/modules/civicrm_rules/civicrm_rules.rules.inc
This results in multiple Log entries such as the following:
Custom action [rules_action_civicrm_add_to_group] lacks a description field: array ( 'label' => 'Add Contact to CiviCRM Group', 'arguments' => array ( 'contact' => array ( 'type' => 'contact', 'label' => 'Contact who should be added to the group', ), ), 'module' => 'CiviCRM Contact', )
Custom action [rules_action_civicrm_remove_from_group] lacks a description field: array ( 'label' => 'Remove Contact from CiviCRM Group', 'arguments' => array ( 'contact' => array ( 'type' => 'contact', 'label' => 'Contact who should be removed from the group', ), ), 'module' => 'CiviCRM Contact', )
Custom action [rules_action_civicrm_contact_send_email] lacks a description field: array ( 'label' => 'Send Email', 'arguments' => array ( 'contact' => array ( 'type' => 'contact', 'label' => 'Send Email', ), ), 'module' => 'CiviCRM Contact', )
Custom action [rules_action_civicrm_mailing_send_email] lacks a description field: array ( 'label' => 'Send Email', 'arguments' => array ( 'mailing' => array ( 'type' => 'mailing', 'label' => 'Send Email', ), ), 'module' => 'CiviCRM Mailing', )