- Issue created by @gordonio
- 🇮🇳India aman_lnwebworks
Hi @gordonio
We encountered the same issue while using the "Inline Entity Menu Form" module. To resolve this issue, we are replacing the 'use-ajax-submit' class with the 'use-ajax' class in the following line of the inline_entity_menu_form_form_alter() function.
$form['actions']['submit']['#attributes']['class'][] = 'use-ajax-submit';
We have added a patch for this issue.
- Status changed to RTBC
14 days ago 4:15pm 1 May 2025 - 🇺🇸United States froboy Chicago, IL
@aman_lnwebworks that patch seems to work in my testing. Thank you!
Please review Using GitLab to contribute to Drupal → . That is the preferred way to contribute code now.
- Merge request !1[#3503732] Fix deleting menu items breaks on modal return → (Open) created by froboy