Closed (fixed)
Project:
Feeds
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Dec 2012 at 18:14 UTC
Updated:
27 Nov 2016 at 14:14 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
kclarkson commentedI too am receiving this error.
Comment #2
kclarkson commentedUpdated Title with the error message.
Comment #3
kalin_s commentedYes, I get the same error.
Comment #4
twistor commentedThis was due to some new updates. Should have tests for rules integration.
http://drupalcode.org/project/feeds.git/commit/5f28fed
Comment #5
twistor commentedThat fixed the notice, but now that we have generic bundle handling, we should add the bundle unconditionally.
Comment #6
megachrizJust 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.
Comment #8
megachrizGreat, tests pass! Committed #6.