- Issue created by @claudiu.cristea
- First commit to issue fork.
- 🇵🇹Portugal dxvargas
When installing the site on clean, there are no menu_link_content rows in the babel_source_instance table.
This means that the described bug doesn't exist. When reproducing the steps, we have 0 such rows in the second step and 0 such rows in the final step.In
\Drupal\babel_menu_link_content\BabelMenuLinkContentService::batchAddSources()
we can see that only custom menu links (menu_link_content) are processed. But after a clean install there are no custom menu links. Like this, adding or removing menus, will have no effect; no rows are added or removed.If we add a link through the Drupal administrative interface to a menu, then we can see that the rows will change (by 1) when enabling or disabling this menu in the "Menu Link Content" config.