sulu / SuluArticleBundle

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

Fixed route provider regarding published state and ghost content #555

Closed thomasduenser closed 3 years ago

thomasduenser commented 3 years ago
Q A
Bug fix? yes
New feature? no
BC breaks? no
Deprecations? no
License MIT

What's in this PR?

Fixes the ArticleRouteDefaultProvider as the ghost content was loaded although the article in the requested locale was unpublished.

Why?

To show the article on the website only if it's published in the requested locale.