- Issue created by @Grimreaper
- Merge request !15Issue #3482445 by grimreaper: Disabled icon feature processed anyway → (Open) created by Grimreaper
- Issue was unassigned.
- Status changed to Needs review
15 days ago 8:45am 7 January 2025 - 🇫🇷France Grimreaper France 🇫🇷
Rebased MR and patch against 4.x / 4.0.0.
Note: it is currently not possible to select 4.x version in the issue metadata.
- 🇫🇷France Grimreaper France 🇫🇷
function menu_manipulator_menu_link_content_form_entity_builder($entity_type, EntityInterface $menu_link, &$form, FormStateInterface $form_state) { // Attach extra options to Menu Link Content entity. $menu_link_options = $menu_link->link->first()->options ?: []; $menu_link_options['icon'] = $form_state->getValue('menu_link_icon');
This prevent saving the icon with other module like ui_icons.