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

incorrect breadcrumb and url for articles when using "category blog" using tags. #26443

Open
logirard opened this issue Oct 1, 2019 · 3 comments

Comments

@logirard
Copy link

logirard commented Oct 1, 2019

Steps to reproduce the issue

Configuration:

  • 1 category C
  • 2 tags T1 and T2
  • 1 article A1 with category C and tag T1
  • 1 article A2 with category C and tag T2
  • 1 menuitem M1 type category blog filtered on one category C and filtered on tag T1
  • 1 menuitem M2 type category blog filtered on one category C and filtered on tag T2
    The menu items are displayed in this order (important)

Steps:

Click on menuitem M2, the article A2 is displayed in the list. The breadcrumb is "Home > M2". This is OK.
Click on acticle A2 to display it and watch the breadcrumb.

Expected result

The breadcrumb associated to the article A2 should be "Home > M2 > A2".

Actual result

The breadcrumb is "Home > M1 > A2". This is KO.
The url is not correct too.

System information (as much as possible)

Joomla! 3.9.12
Template protostar
No need of multilingual site

Additional comments

You have an example here :
Open page https://joomla.l-oranger.fr/index.php/design-joomla : the breadcrumb is "Accueil > Design Joomla!". This is OK.
Click on title of first article to display this article :
https://joomla.l-oranger.fr/index.php/developpement-joomla/3-ideas-to-design-sites : the breadcrumb is "Accueil > Développement Joomla! > Ideas to design sites". The url is wrong too. It should be https://joomla.l-oranger.fr/index.php/design-joomla/3-ideas-to-design-sites (which works too).

@SharkyKZ
Copy link
Contributor

SharkyKZ commented Oct 1, 2019

Duplicate #20738. Tags aren't used for routing.

@logirard
Copy link
Author

logirard commented Oct 1, 2019

The aim is not to use tag for routing but to use the menu associated to the article for routing and not the menu item of another menu in which the article is not.

@ghost
Copy link

ghost commented Sep 25, 2020

related #24551

@Hackwar Hackwar added the bug label Feb 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants