When importing data with feeds and using a processor that does not let you specify which bundle type to import data on, it causes issues where by it can't find a bundle type to associate the feed to and as gives a 500 error when looking up the properties on entity that it should belong to. As such we need a way to default to pre-defined bundle.

Comments

sjpeters79 created an issue. See original summary.

sjpeters79’s picture

StatusFileSize
new939 bytes

Here's a patch that'll fix this issue. Can someone review this? Thanks.

sjpeters79’s picture

Assigned: sjpeters79 » Unassigned
sjpeters79’s picture

Issue summary: View changes
megachriz’s picture

Status: Active » Needs review

Setting issue status to "Needs review" so the testbot will evaluate the patch first.

megachriz’s picture

Can you provide an example of an entity type that causes errors? This way we could write an automated test for the bug.

megachriz’s picture

Status: Needs review » Postponed (maintainer needs more info)