Problem/Motivation

The node_export module causes errors in the flag module because it fails to specify triggers in node_export_rules_action_info. According to the documentation for hook_action_info, the 'triggers' key is required. See this comment from the author of the flag module saying that he does not consider this to be a bug in that module.

Proposed resolution

Add 'triggers' => array('any') to node_export_rules_action_info.

Remaining tasks

Will attach my patch but needs review.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

samalone’s picture

Status: Active » Needs review
FileSize
434 bytes

My proposed patch is attached.

  • danielb committed 3011ba9 on 7.x-3.x authored by samalone
    Issue #1818006 by samalone: Undefined index: triggers in flag_flag->...
danielb’s picture

Issue summary: View changes
Status: Needs review » Closed (fixed)