We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
On the page with the list of categories, I need a method to dynamically generate addresses for a list of articles from selected category.
Install Sulu and SuluArticles
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: