B/C Break!!
Joomla 4.3 with sample data installed and SEF urs enabled
On the home pge click on any of the tags
urls in the format domain/component/tags/tag/tagname
urls in the format domain/component/tags/tag/tagname?itemid=xxx
urls in the format domain/component/tags/tag/tagname
This is probably the result of the changes in #39114
This is possibly related to #40423
I have confirmed this on both clean installs and live sites. and there have been multiple reports elsewhere
Labels |
Added:
No Code Attached Yet
|
Labels |
Added:
bug
|
Labels |
Added:
Release Blocker
|
I am not a heavy user of tags so I might be missing something
I also, but the code looks suspicious, it should not set any Itemid, when menu not found.
I will make a PR, so other also can test
Hm, no, the Itemid
used in Router::build()
, need something else.
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2023-04-21 16:06:33 |
Closed_By | ⇒ | richard67 |
Labels |
Removed:
Release Blocker
|
Please try to coment out this code, and check if it helps?
joomla-cms/components/com_tags/src/Service/Router.php
Lines 130 to 137 in 853d324