User tests: Successful: Unsuccessful:
Fixes #39346.
This PR fixes wrong link generated by Language Switcher module for contact category association. Please look at #39346 to understand the issue.
Please select:
No documentation changes for docs.joomla.org needed
No documentation changes for manual.joomla.org needed
Category | ⇒ | Administration com_categories |
Status | New | ⇒ | Pending |
Labels |
Added:
?
|
I have tested this item
Status | Pending | ⇒ | Ready to Commit |
RTC
I couldn't find a Test This button, but I confirm that this fixes the issue 39346 I raised, and works well too as a solution for 3rd party components. In the case of the Joomla MVC tutorial all that the override of the getCategoryRoute
method did here was add in the &lang=
parameter into the query.
Just as an incidental query, is there a particular reason why this CategoryAssociationHelper
class is marked as abstract?
Just as an incidental query, is there a particular reason why this
CategoryAssociationHelper
class is marked as abstract?
I guess it is defined like that to prevent us from instantiate object of that class. It only contains one static method, so there is no reason to create object of that class (I'm unsure if that's the right reason).
Labels |
Added:
?
Maintainers Checked
|
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2022-12-17 21:17:56 |
Closed_By | ⇒ | roland-d |
Thank you.
I have tested this item✅ successfully on 534b67e
This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/39358.