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
In the manager, the Associations column should display
When editing a category, the Associations tab should display
Both don't display.
$this->assoc is always false
| Labels |
Added:
?
|
||
| Status | New | ⇒ | Discussion |
| Category | ⇒ | com_associations |
| Labels |
Added:
J4 Issue
|
||
| Status | Discussion | ⇒ | Closed |
| Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2018-06-08 16:28:45 |
| Closed_By | ⇒ | laoneo |
I think I found the issue:
The code for getAssoc() method is looking for helpers the old way, i.e.
but not only the
helpersfolder does not exist anymore for com_content as it is now/Helper/AssociationsHelper.phpbut also the class has no more component name
i.e. it is
class AssociationsHelper extends \CategoryHelperAssociationinstead of
abstract class ContentHelperAssociation extends CategoryHelperAssociationThis explains why it still work for com_contact but not for com_content...
Briefly said, it's all broken...