Skip to content
New issue

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

filter by category in latest articles are not taking into account the app.config #723

Closed
i-salameh95 opened this issue Feb 28, 2023 · 0 comments · Fixed by #744
Closed

Comments

@i-salameh95
Copy link

i-salameh95 commented Feb 28, 2023

Description

using latest-post plugin with app.config and category specified, when click on category it redirect me to page saying that no posts is found, the website uses 2 app config, one for news and one for another blog. each of those config have it's own categories.

Steps to reproduce

  1. create 2 app config with categories in them
  2. in another page insert latest posts from config1 with category ( from config1)... also another bug here: filter by category contain all cateories by config 1 and config2.
  3. click on results meta category, it will direct you to config2 page saying no posts found.

Versions

django cms : 3.11
django version: 3.2

Expected behaviour

the category should direct to website/news-and-activites/category/news/

Actual behaviour

the category direct to website/health-blog/category/news/
so it direct to category slug inside another config.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants