SuluArticleBundle
SuluArticleBundle copied to clipboard
Url to list of articles from selected category
Q | A |
---|---|
Bug? | yes |
New Feature? | yes |
SuluArticleBundle Version | 2.2.5 |
Sulu Version | 2.2.19 |
Actual Behavior
When I generate url to the list of articles from one category, the GET parameter disappears after redirection.
Url for categories list: /categories Url for articles form one category /categories/articles?categories=1
After redirection the url changes to /categories/articles
When I put url /categories/articles?categories=1 in the url field in browser everything works. I have list of articles form category id = 1
Expected Behavior
On the page with the list of categories, I need a method to dynamically generate addresses for a list of articles from selected category.
Steps to Reproduce
Install Sulu and SuluArticles