1. Function "addressfield_feeds_processor_targets_alter":
    • wrong documentation: implements hook_feeds_processor_targets_alter() instead of hook_feeds_node_processor_targets_alter().
    • wrong variable name "$bundle" instead of "$bundle_name".
  2. Function "addressfield_set_target":
    wrong documentation for last param "$values".

Comments

michel.settembrino created an issue. See original summary.

michel.settembrino’s picture

Status: Active » Needs review

Drupal coding standards applied. See "follow-Drupal-coding-standards-2570281-2.patch"

michel.settembrino’s picture

kuldeepbarot’s picture

Patch reviewed please mark it as fixed.

nico.knaepen’s picture

Status: Needs review » Reviewed & tested by the community

@KuldeepBarot, you forgot to change the status to Reviewed & tested by the community after reviewing.

bojanz’s picture

Status: Reviewed & tested by the community » Fixed

The patch was malformed. Please use the "diff" or "git diff' commands to create one in the future, or google how to make PhpStorm create valid patches (that apply with -p1 and without having to strip the whole header).

Committed manually. Thanks.

michel.settembrino’s picture

Status: Fixed » Closed (fixed)

Thanks for the commit bojanz.
In the future I will make patches using git diff.

Regards,
Michel.