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

Url to list of articles from selected category #613

Open Akrzem opened 2 years ago

Akrzem commented 2 years ago
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

Possible Solutions