Can't import menu items for "Custom Menu Links" in core

Created on 30 December 2019, over 4 years ago
Updated 29 October 2023, 8 months ago

Hi everyone,
I realize that this module can not import data for any "custom menu links" menu (core module), because these lines:

// modules/contrib/menu_export/src/Form/MenuImportForm.php
$menu_name = $menu['menu_name']['value'];
      if (!Menu::load($menu_name)) {
        $invalidMenus[] = $menu_name;
        continue;
      }
      unset(

Can anyone please check it?
Thanks

πŸ’¬ Support request
Status

Needs work

Version

1.2

Component

Code

Created by

πŸ‡»πŸ‡³Vietnam Khoa Pham

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

  • πŸ‡©πŸ‡°Denmark ressa Copenhagen

    I am still seeing this error, so maybe the patch needs a re-roll, since there was a new release May 2023?

Production build 0.69.0 2024