You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Install last 4.0-dev
Enable the Language filter plugin and make sure Associations is set to Yes.
Display Articles Categories Manager
or edit an Article Category
Expected result
In the manager, the Associations column should display
When editing a category, the Associations tab should display
Actual result
Both don't display. $this->assoc is always false
The text was updated successfully, but these errors were encountered:
but not only the helpers folder does not exist anymore for com_content as it is now /Helper/AssociationsHelper.php
but also the class has no more component name
i.e. it is class AssociationsHelper extends \CategoryHelperAssociation
instead of abstract class ContentHelperAssociation extends CategoryHelperAssociation
This explains why it still work for com_contact but not for com_content...
Briefly said, it's all broken...
Steps to reproduce the issue
Install last 4.0-dev
Enable the Language filter plugin and make sure Associations is set to Yes.
Display Articles Categories Manager
or edit an Article Category
Expected result
In the manager, the Associations column should display
When editing a category, the Associations tab should display
Actual result
Both don't display.
$this->assoc
is always falseThe text was updated successfully, but these errors were encountered: