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
Fix tags single instance view #28746
Conversation
I have tested this item This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/28746. |
Thanks |
I have tested this item This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/28746. |
Is the new release gonna published soon or should we patch the code? |
See https://forum.joomla.org/viewtopic.php?p=3602147#p3602150 a new release will be published very soon. |
Thanks a lot! |
It might be more correct to remove this check. |
It turns out that this is a partial rollback #28610 |
@Septdir this fixes an breaking issue. Feel free to propose an PR for 3.9.18 to get it right. In oder to get the patch out fast we decided to partly revert that mention PR. |
@zero-24 I could have done it, but it’s already late in the evening and we won’t start making it. Here you can discuss the need for this 404. |
Sorry mixed up the versions. I was about to write 3.9.19 should the PR be targeted at.
Agree it is late here too and we took extra hours to make sure we get the release out very fast.
As said feel free to do the PR tomorrow on in the next days 3.9.19 should hopefully take some more time than 3.9.18 ;) |
Summary of Changes
Single tags view creates a 404 when viewing a tag. Introduced in #28610
Whilst
hit
doesn't need to load the articlehasPrimaryKey
a few lines later does.Testing Instructions
View a single tag in the frontend. Before the patch tag view 404's. afterwards doesn't.
Documentation Changes Required
None