Thanks for the great module!

Alas, I am unable to import menu links that are generated with this module. Whether through Drush or the UI I get the error "Missing bundle for entity type menu_link_content", thrown by arrayToEntity() in the module's EntityControllerBase class.

Comments

Shiraz Dindar created an issue. See original summary.

shiraz dindar’s picture

StatusFileSize
new0 bytes

The problem is $info[$bundle_key] doesn't contain the bundle name.

This patch is a hack because it assumes you are using this for menu links. But it works for us because that's all we're using it for. I'm sharing it more to point someone in the correct direction for the proper fix.

shiraz dindar’s picture

StatusFileSize
new669 bytes

fixed the patch. last one was 0 byte.

daniel_j’s picture

Status: Active » Fixed

Resolved in a more generic way in release 1.0.7.

daniel_j’s picture

Version: 1.0.6 » 1.0.7

Status: Fixed » Closed (fixed)

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