bobthebuilder β created an issue.
Thanks for the follow-up.
bobthebuilder β created an issue.
bobthebuilder β created an issue.
bobthebuilder β created an issue.
I just figured it out. It turns out you need to enabled the permission "Manage translations for any entity that the user can edit".
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.
bobthebuilder β created an issue.
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.
bobthebuilder β created an issue.