Updated to the latest dev version and on a flush of the cache started seeing:

Notice: Undefined index: content_type in feeds_rules_event_info() (line 56 of sites/all/modules/feeds/feeds.rules.inc).

Anyone else noticing this?

Comments

kclarkson’s picture

I too am receiving this error.

kclarkson’s picture

Title: Started receiving a warning » Undefined index: content_type in feeds_rules_event_info() (line 56 feeds/feeds.rules.inc

Updated Title with the error message.

kalin_s’s picture

Yes, I get the same error.

twistor’s picture

Status: Active » Fixed

This was due to some new updates. Should have tests for rules integration.

http://drupalcode.org/project/feeds.git/commit/5f28fed

twistor’s picture

Status: Fixed » Needs work

That fixed the notice, but now that we have generic bundle handling, we should add the bundle unconditionally.

megachriz’s picture

Issue summary: View changes
Status: Needs work » Needs review
StatusFileSize
new4.54 KB

Just committed #1886230: "After importing feed" rules event never seems to fire, which contains tests for the events 'feeds_before_import' and 'feeds_after_import'.

Here are tests for the rules event 'feeds_import_IMPORTER_ID' and the rules action 'feeds_skip_item'.
Also added the bundle for the 'feeds_import_IMPORTER_ID' event unconditionally.

  • MegaChriz committed 23584ef on 7.x-2.x
    Issue #1870528 by MegaChriz: Added tests for rules event...
megachriz’s picture

Status: Needs review » Fixed

Great, tests pass! Committed #6.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.