Account created on 27 December 2021, over 2 years ago
#

Recent comments

πŸ‡©πŸ‡ͺGermany lmoeni

I recently ran into this issue while installing the domain_menu_access module.
This does not happen when the menu_item_extras module is not installed.

I'm using the following versions:
Drupal: 10.2.7
Menu Item Extras: 3.0.2
Domain Menu Access: 2.0.0

πŸ‡©πŸ‡ͺGermany lmoeni

The update hook fixed the problem for us. Thanks!

πŸ‡©πŸ‡ͺGermany lmoeni

I tested the patch from #9 which works fine. Thanks!
I agree with @kaszarobert that this should be published soon.

πŸ‡©πŸ‡ͺGermany lmoeni

I tested the MR today and it works fine when I use the Images button (except the things discussed in the comments starting from #87).
I cannot get it working with the media library though. Is there anything that I need to keep in mind while testing it with the media library?

πŸ‡©πŸ‡ͺGermany lmoeni

I ran into this problem recently in 10.1/10.2 while editing my text editor. I tested the 10.2 patch with 10.2.6 and it works perfectly.
Thanks!

πŸ‡©πŸ‡ͺGermany lmoeni

I just checked it with 10.2.7-dev and I'm still getting the error. I'll expand and refine the steps.
Not sure if it's relevant but I used the Claro backend theme.

πŸ‡©πŸ‡ͺGermany lmoeni

#11 worked for me with 3.0.0-alpha2 and Drupal 10.2.5.
I'm not seeing the error that #16 mentions.

πŸ‡©πŸ‡ͺGermany lmoeni

I fixed the failing test and adjusted the link formatter test with an longer url and empty 'trim_length' value.
Can someone take a look at this?

πŸ‡©πŸ‡ͺGermany lmoeni

Tested #15 with the Claro theme on Drupal 10.1 and 10.2.
It looks good and does only apply the margin to single-item buttons.

πŸ‡©πŸ‡ͺGermany lmoeni

Schon mal danke für das Überprüfen der eingereichten Übersetzungen. :)
Das mit den Div-Tags ist natΓΌrlich echt unschΓΆn.

πŸ‡©πŸ‡ͺGermany lmoeni

I tested patch #17 on Drupal 10.1.2 and can confirm that it works.
Thanks for the patch!

πŸ‡©πŸ‡ͺGermany lmoeni

I'm having the same issue that you described but for me it's when I reference a paragraph.
I'm using the Paragraphs module and changed the entity reference form display to "Inline entity form - Complex".

When I edit the entity reference field I get a AJAX error and this is what appears in the log:

TypeError: menu_ui_node_builder(): Argument #2 ($entity) must be of type Drupal\\node\\NodeInterface, 
Drupal\\paragraphs\\Entity\\Paragraph given in menu_ui_node_builder() (line 311 of core/modules/menu_ui/menu_ui.module).
 call_user_func_array('menu_ui_node_builder', Array) (Line: 307)\nDrupal\\Core\\Entity\\EntityForm->buildEntity(Array, Object) (Line: 155)\nDrupal\\Core\\Entity\\ContentEntityForm->buildEntity(Array, Object) (Line: 186)\nDrupal\\Core\\Entity\\ContentEntityForm->validateForm(Array, Object)\ncall_user_func_array(Array, Array) (Line: 82)\nDrupal\\Core\\Form\\FormValidator->executeValidateHandlers(Array, Object) (Line: 275)\nDrupal\\Core\\Form\\FormValidator->doValidateForm(Array, Object, 'node_normal_page_edit_form') (Line: 118)\nDrupal\\Core\\Form\\FormValidator->validateForm('node_normal_page_edit_form', Array, Object) (Line: 593)\nDrupal\\Core\\Form\\FormBuilder->processForm('node_normal_page_edit_form', Array, Object) (Line: 325)\nDrupal\\Core\\Form\\FormBuilder->buildForm(Object, Object) (Line: 73)\nDrupal\\Core\\Controller\\FormController->getContentResult(Object, Object)\ncall_user_func_array(Array, Array) (Line: 123)\nDrupal\\Core\\EventSubscriber\\EarlyRenderingControllerWrapperSubscriber->Drupal\\Core\\EventSubscriber\\{closure}() (Line: 583)\nDrupal\\Core\\Render\\Renderer->executeInRenderContext(Object, Object) (Line: 124)\nDrupal\\Core\\EventSubscriber\\EarlyRenderingControllerWrapperSubscriber->wrapControllerExecutionInRenderContext(Array, Array) (Line: 97)\nDrupal\\Core\\EventSubscriber\\EarlyRenderingControllerWrapperSubscriber->Drupal\\Core\\EventSubscriber\\{closure}() (Line: 166)\nSymfony\\Component\\HttpKernel\\HttpKernel->handleRaw(Object, 1) (Line: 74)\nSymfony\\Component\\HttpKernel\\HttpKernel->handle(Object, 1, 1) (Line: 58)\nDrupal\\Core\\StackMiddleware\\Session->handle(Object, 1, 1) (Line: 48)\nDrupal\\Core\\StackMiddleware\\KernelPreHandle->handle(Object, 1, 1) (Line: 106)\nDrupal\\page_cache\\StackMiddleware\\PageCache->pass(Object, 1, 1) (Line: 85)\nDrupal\\page_cache\\StackMiddleware\\PageCache->handle(Object, 1, 1) (Line: 48)\nDrupal\\Core\\StackMiddleware\\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)\nDrupal\\Core\\StackMiddleware\\NegotiationMiddleware->handle(Object, 1, 1) (Line: 51)\nDrupal\\Core\\StackMiddleware\\StackedHttpKernel->handle(Object, 1, 1) (Line: 704)\nDrupal\\Core\\DrupalKernel->handle(Object) (Line: 19)\n", name: "AjaxError", stack: "@https://nrwgov.ddev.site/core/misc/ajax.js?v=10.1.2:196:32\n@https://nrwgov.ddev.site/core/misc/ajax.js?v=10.1.2:1889:3\n" }
ajax.js:196:32

This is not occuring when I create the entity reference.

I can also confirm that this did not occur in 2.0.0-rc6 and seems to be releated to the changes in: https://www.drupal.org/project/inline_entity_form/issues/3375555 ✨ Add a FieldFormatter to display rendered menu Postponed

πŸ‡©πŸ‡ͺGermany lmoeni

The merge request looks good. Just needs to be rebased.

πŸ‡©πŸ‡ͺGermany lmoeni

Is there a reason why 10.0.0 is supposed to stay on Symfony 6.2?
The current requirement in 10.0.x also allows 6.3 to install.
Shouldn't we backport or lock the version to 6.2 then?

πŸ‡©πŸ‡ͺGermany lmoeni

The patch did not work for me, I had to add a div to make it a little bit more specific.
I added a patch in case someone has the same issue.

  • Drupal 9.5.3
  • PHP 8.1
  • Seven theme
  • Paragraphs 1.15
πŸ‡©πŸ‡ͺGermany lmoeni

I checked and the linkit filter runs before the spamspan filter.

πŸ‡©πŸ‡ͺGermany lmoeni

Do you plan on making a release for this issue?

Production build 0.69.0 2024