- Issue created by @GuillaumePacilly
- Merge request !60don't exclude sitemap entities with access false → (Open) created by GuillaumePacilly
The sitemap link entities are filtered by their access during the early stage of sitemap generation.
This can cause issue if the entity access vary with context. Ex: within a multidomain website, some entities may only be accessible to one domain. The sitemap generation via the UI will check entity access for the currently active domain, the drush command for the base domain.
As a result, some sitemap links are missing even if they are accessible for the sitemap.
NB: This is a particular issue that raise within our codebase due to another module adding the domain record as sitemap context, but it could still be valid for other cases.
Don't exclude sitemap entity with access false that early or ideally provide a hook to alter the query.
Active
1.0
Code