Menu UI is missing with micon_menu enabled

Created on 18 December 2024, about 10 hours ago

Problem/Motivation

Menu UI is missing with micon_menu enabled. It's entirely missing.

I think it happens around here:

/**
 * Implements hook_module_implements_alter().
 */
function micon_menu_module_implements_alter(&$implementations, $hook) {
  if ($hook == 'form_node_form_alter') {
    unset($implementations['menu_ui']);
    // Move micon_menu_form_node_form_alter() to the end of the list.
    $group = $implementations['micon_menu'];
    unset($implementations['micon_menu']);
    $implementations['micon_menu'] = $group;
  }
}

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

🐛 Bug report
Status

Active

Version

2.0

Component

micon_menu submodule

Created by

🇩🇪Germany Anybody Porta Westfalica

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

Merge Requests

Comments & Activities

Production build 0.71.5 2024