- Issue created by @Kristen Pol
- πΊπΈUnited States Kristen Pol Santa Cruz, CA, USA
Making this a meta issue.
- πΊπΈUnited States Kristen Pol Santa Cruz, CA, USA
After debugging, it looks like
getSimpleSitemaps
will need a rewrite using$this->getSitemapManager()->getSitemaps()
to get all the sitemaps and then check each one for:$enabled = $sitemap->isEnabled(); $contentStatus = $sitemap->contentStatus();
and to not include the sitemap if either of these is false. And, will need to get the appropriate xsl file for each sitemap that is included.
- Assigned to Kristen Pol
- Status changed to Needs review
10 months ago 6:22am 31 January 2024 - πΊπΈUnited States Kristen Pol Santa Cruz, CA, USA
Fixes are here: https://github.com/quantcdn/drupal/pull/226
- Issue was unassigned.
- Status changed to Fixed
9 months ago 2:43am 28 February 2024 - πΊπΈUnited States Kristen Pol Santa Cruz, CA, USA
Merged in GitHub. Will be synced to d.o repo and part of next release.
- Status changed to Fixed
9 months ago 9:30pm 1 March 2024 - πΊπΈUnited States Kristen Pol Santa Cruz, CA, USA
Part of 1.6.1 release β .