Core doesn't handle multiple bundles for MenuLinkContent, but we still always have to pass in the default one we use everywhere:

'bundle' => 'menu_link_content',

Let's just make that the default so dawehner doesn't have to try to remember it.

CommentFileSizeAuthor
#1 2350915-1.patch2.55 KBpwolanin
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

pwolanin’s picture

Issue summary: View changes
Status: Active » Needs review
FileSize
2.55 KB
pwolanin’s picture

Issue summary: View changes
dawehner’s picture

Status: Needs review » Reviewed & tested by the community
Issue tags: +Quickfix

Nice!

alexpott’s picture

Status: Reviewed & tested by the community » Fixed

Committed 7ed6ebe and pushed to 8.0.x. Thanks!

  • alexpott committed 7ed6ebe on 8.0.x
    Issue #2350915 by pwolanin: Don't require bundle option to be passed in...

Status: Fixed » Closed (fixed)

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

davidwbarratt’s picture

Wait... why does menu_link_content support bundles at all?