The 'discussion_reply_email_importer' feed doesn't set a "Bundle" for the "Node processor" which causes import to always fail.

Here is a screenshot showing the error I get when running the importer manually:

Selection_052.png

I'll attach a patch in a moment. The interesting thing is that there is a 'content_type' => 'oa_discussion_post' key in there, but the one that's needed is actually 'bundle' => 'oa_discussion_post'. Maybe Feeds was upgraded after the Feature was created but then never updated?

Comments

dsnopek’s picture

Status: Active » Needs review
StatusFileSize
new785 bytes

Patch is attached!

dsnopek’s picture

With this patch and the other token related one (#2113379: Security token check doesn't actually work!), this module finally works in my testing! :-)

mpotter’s picture

Status: Needs review » Fixed

Committed to 54d314f

Status: Fixed » Closed (fixed)

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