Skip to content
Snippets Groups Projects

Issue 2780511: Do no set lang on untranslatable menu links

Open Alec Smrekar requested to merge issue/drupal-2780511:2780511-menu-link-of into 11.x
4 unresolved threads
Files
3
@@ -71,6 +71,8 @@ protected function setUp(): void {
// Enable translation for page nodes and menu link content.
static::enableBundleTranslation('node', 'page');
\Drupal::service('content_translation.manager')
Please register or sign in to reply
->setEnabled('menu_link_content', 'menu_link_content', TRUE);
static::enableBundleTranslation('menu_link_content', 'menu_link_content');
}
Loading