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

Update loadArticles function in example #657

Closed flytomek closed 5 months ago

flytomek commented 5 months ago
Q A
Bug fix? no
New feature? no
BC breaks? no
Deprecations? no
Fixed tickets
Related issues/PRs
License MIT

What's in this PR?

One of the parameters of the example loadArticles function in the documentation is $locale, which is never used. Calling this function results in downloading all articles, regardless of the language passed to $locale.

wachterjohannes commented 5 months ago

@flytomek 👍 thanks for your contribution