πŸ‡ΊπŸ‡ΈUnited States @bobthebuilder

Account created on 24 May 2010, about 14 years ago
#

Recent comments

πŸ‡ΊπŸ‡ΈUnited States bobthebuilder

I just figured it out. It turns out you need to enabled the permission "Manage translations for any entity that the user can edit".

πŸ‡ΊπŸ‡ΈUnited States bobthebuilder

I see in the code that the route for Adding translation is there and is getting the custom permission set:

case 'entity.menu_link_content.canonical':
        case 'entity.menu_link_content.delete_form':
        case 'entity.menu_link_content.content_translation_overview':
        case 'entity.menu_link_content.content_translation_add':
        case 'entity.menu_link_content.content_translation_edit':
        case 'entity.menu_link_content.content_translation_delete':
          $route->setRequirements(['_custom_access' => '\Drupal\menu_admin_per_menu\Access\MenuAdminPerMenuAccess::menuItemAccess']);
          break;

So I'm not sure why the "Add" button is missing next to menu items.

πŸ‡ΊπŸ‡ΈUnited States bobthebuilder

Drupal 10.2.3. Paragraphs 8.x-1.17. Paragraphs Library 8.x-1.17.
I'm still receiving the error message when trying to create a Paragraph. Patch #27 does not fix the issue and Patch #50 can no longer be applied with Drupal 10.2.3. Patch #50 did work for me pre-Drupal 10.2.3.

Production build 0.69.0 2024