sulu / SuluArticleBundle

Bundle for managing localized content-rich entities like blog-posts in the Sulu content management system
MIT License
52 stars 77 forks source link

Respect webspaces when calculating the maximum number of sitemap pages #642

Closed xabbuh closed 11 months ago

xabbuh commented 1 year ago
Q A
Bug fix? yes
New feature? no
BC breaks? no
Deprecations? no
Fixed tickets
Related issues/PRs
License MIT

What's in this PR?

When articles are collected for the sitemap, the provider restricts them to the articles that are associated with the webspaces of the current host. However, this restriction is not applied when the number of pages is being calculated.

Why?

Example Usage

BC Breaks/Deprecations

To Do

TheCadien commented 1 year ago

I think @xabbuh is right here and there is a bug. This should be taken into account.

alexander-schranz commented 11 months ago

Thx @xabbuh