joomla / joomla-cms

Home of the Joomla! Content Management System
https://www.joomla.org
GNU General Public License v2.0
4.74k stars 3.64k forks source link

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

Open logirard opened 5 years ago

logirard commented 5 years ago

Steps to reproduce the issue

Configuration:

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 commented 5 years ago

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

logirard commented 5 years ago

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 commented 4 years ago

related #24551