- π¨π¦Canada mparker17 UTC-4
I tested this using the HEAD of sitemap-8.x-2.x (i.e.: commit cbc69f1 from 2024-08-06) and could not reproduce the issue on...
- drupal-11.0.0
- drupal-10.4.x-dev
- drupal-10.3.1
- drupal-10.2.7
- drupal-9.5.9
What I did was...
- Install Drupal core with the Standard install profile.
- Clone the sitemap module's 8.x-2.x branch.
- Create a basic page and add it to the main menu.
- Go to
/admin/structure/menu/manage/main
to make sure there are menu items (i.e.: "Home" and the basic page from the previous step). - Go to
/admin/modules
and Install the sitemap module. - Go to
/admin/config/search/sitemap
, enable theMenu: Main navigation
plugin, and under plugin settings, change its Title configuration from the default toMain menu
. - Go to
/sitemap
to make sure the menu and both its items appears in the sitemap. - Go to
/admin/modules/uninstall
, check the Sitemap module, and click "Uninstall". - Verify the Confirm uninstall page does NOT list the menu, then click Uninstall.
- Go back to
/admin/structure/menu/manage/main
to make sure there are menu items (i.e.: "Home" and the basic page from the previous step).
So I'm going to assume that:
- either I'm doing something wrong,
- or a previous change to Sitemap fixed this,
- or a previous change to Drupal core fixed this
Please re-open this issue with steps to reproduce, if you can reproduce the problem!