Group menu link item translation issue

Created on 7 March 2023, about 2 years ago
Updated 17 September 2024, 7 months ago

Problem/Motivation

Custom menu links associated with a group content menu trigger a PHP fatal error on translation.

Steps to reproduce

  1. Enable core's language module, and use at least two languages.
  2. Enable core's content_translation module, and configure custom menu link entities to be translatable. E.g. from /admin/config/regional/content-language.
  3. Enable group module, and create a group bundle
  4. Create a group for the given group bundle
  5. Create a group content menu type
  6. Enable the group content menu bundle for the group
  7. Create a group content menu entity for that group
  8. Create one menu link item for that group content menu entity
  9. Try to translate that menu link item

On the menu link item translation save, the following error is produced.

The website encountered an unexpected error. Try again later.

AssertionError: Cannot load the "menu" entity with NULL ID. in assert() (line 261 of core/lib/Drupal/Core/Entity/EntityStorageBase.php).

Drupal\Core\Entity\EntityStorageBase->load(NULL) (Line: 97)
Drupal\menu_link_content\Form\MenuLinkContentForm->form(Array, Object) (Line: 107)
Drupal\Core\Entity\EntityForm->buildForm(Array, Object)
call_user_func_array(Array, Array) (Line: 536)
Drupal\Core\Form\FormBuilder->retrieveForm('menu_link_content_menu_link_content_form', Object) (Line: 284)
Drupal\Core\Form\FormBuilder->buildForm(Object, Object) (Line: 73)
Drupal\Core\Controller\FormController->getContentResult(Object, Object)
call_user_func_array(Array, Array) (Line: 123)
Drupal\Core\EventSubscriber\EarlyRenderingControllerWrapperSubscriber->Drupal\Core\EventSubscriber\{closure}() (Line: 638)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 124)
Drupal\Core\EventSubscriber\EarlyRenderingControllerWrapperSubscriber->wrapControllerExecutionInRenderContext(Array, Array) (Line: 97)
Drupal\Core\EventSubscriber\EarlyRenderingControllerWrapperSubscriber->Drupal\Core\EventSubscriber\{closure}() (Line: 181)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76)
Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 53)
Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 28)
Drupal\Core\StackMiddleware\ContentLength->handle(Object, 1, 1) (Line: 32)
Drupal\big_pipe\StackMiddleware\ContentLength->handle(Object, 1, 1) (Line: 106)
Drupal\page_cache\StackMiddleware\PageCache->pass(Object, 1, 1) (Line: 85)
Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 36)
Drupal\Core\StackMiddleware\AjaxPageState->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 741)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)

Proposed resolution

TBD

Remaining tasks

TBD

User interface changes

N.A.

API changes

N.A.

Data model changes

N.A.

Original report by sergey gabrielyan

1. Create a group type in a multilingual project
2. Create a group for the given group type
3. Create a group menu type
4. Enable the group menu type for the group
5. Create menu link items

Menu link items cannot be translated. Administration > Configuration > Regional and Language > Content Language "Custom menu link" does not have group menu type to enable translation

🐛 Bug report
Status

Active

Version

3.0

Component

User interface

Created by

🇦🇲Armenia sergey_gabrielyan Yerevan 🇦🇲

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

Merge Requests

Comments & Activities

Not all content is available!

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

  • 🇧🇪Belgium flowweb

    No more info about this ?
    I would also need to be able to translate menu group links and i don't see any way of doing it at the moment

  • 🇵🇪Peru marvil07

    I bump into this.
    I reproduced it on a clean install, so it may be a problem on either group_content_menu or something similar to core's 🐛 Error: Call to a member function label() on null in Drupal\menu_link_content\Form\MenuLinkContentForm->form() (line 99 of /var/www/html/docroot/core/modules/menu_link_content/src/Form/MenuLinkContentForm.php). Fixed .

    Issue description filled with more details.

  • Pipeline finished with Failed
    7 months ago
    Total: 322s
    #268545
  • 🇵🇪Peru marvil07

    The problem describe on testing steps, and on the added failed test case, can be fixed with patch for core attached below.
    Feedback about it is highly welcome.
    Not entirely sure it is the right solution, since I have not looked at all possible cases for core.

  • heddn Nicaragua

    I took a look at the core patch. I makes sense. Should we open an upstream issue?

  • 🇳🇱Netherlands ifrik

    I can translate the menu item of the group content when I translate the node itself.
    But when I use the contextual link "Edit menu" and then try to translate a menu item, then I got (1) an error message, (2) a status message that the menu link has been edited, and (3) the menu item is deleted from the menu.

    This is the case for menu items that link to nodes as well as to the group itself.

    Deprecated function: explode(): Passing null to parameter #2 ($string) of type string is deprecated in Drupal\menu_link_content\Form\MenuLinkContentForm->buildEntity() (line 114 of core/modules/menu_link_content/src/Form/MenuLinkContentForm.php).
    
    Drupal\menu_link_content\Form\MenuLinkContentForm->buildEntity(Array, Object) (Line: 186)
    Drupal\Core\Entity\ContentEntityForm->validateForm(Array, Object)
    call_user_func_array(Array, Array) (Line: 82)
    Drupal\Core\Form\FormValidator->executeValidateHandlers(Array, Object) (Line: 275)
    Drupal\Core\Form\FormValidator->doValidateForm(Array, Object, 'menu_link_content_menu_link_content_form') (Line: 118)
    Drupal\Core\Form\FormValidator->validateForm('menu_link_content_menu_link_content_form', Array, Object) (Line: 593)
    Drupal\Core\Form\FormBuilder->processForm('menu_link_content_menu_link_content_form', Array, Object) (Line: 325)
    Drupal\Core\Form\FormBuilder->buildForm(Object, Object) (Line: 48)
    Drupal\Core\Entity\EntityFormBuilder->getForm(Object, 'default', Array) (Line: 394)
    Drupal\content_translation\Controller\ContentTranslationController->add(Object, Object, Object, 'menu_link_content')
    call_user_func_array(Array, Array) (Line: 123)
    Drupal\Core\EventSubscriber\EarlyRenderingControllerWrapperSubscriber->Drupal\Core\EventSubscriber\{closure}() (Line: 580)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 124)
    Drupal\Core\EventSubscriber\EarlyRenderingControllerWrapperSubscriber->wrapControllerExecutionInRenderContext(Array, Array) (Line: 97)
    Drupal\Core\EventSubscriber\EarlyRenderingControllerWrapperSubscriber->Drupal\Core\EventSubscriber\{closure}() (Line: 169)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
    Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 106)
    Drupal\page_cache\StackMiddleware\PageCache->pass(Object, 1, 1) (Line: 85)
    Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 48)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
    Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 718)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
  • heddn Nicaragua

    I am seeing an actual issue with the operational links at /group/16/menu/81/edit

    Error:

    Error: Call to a member function access() on null in Drupal\group_content_menu\Form\GroupContentMenuForm->buildOverviewTreeForm() (line 313 of modules/contrib/group_content_menu/src/Form/GroupContentMenuForm.php).
    
    Drupal\group_content_menu\Form\GroupContentMenuForm->buildForm()
    call_user_func_array() (Line: 536)
    Drupal\Core\Form\FormBuilder->retrieveForm() (Line: 284)
    Drupal\Core\Form\FormBuilder->buildForm() (Line: 73)
    

    I don't think it was the original issue found here, but it is an issue with menu link translations.

  • Merge request !37check for an actual url object → (Open) created by heddn
Production build 0.71.5 2024