Setup a multi language site with at least 2 languages.
Create a user group with just enough permissions to
Add a user to that group and login into the backend as that user.
Make sure articles can be created and edited and add at least one.
Access the Multilingual Associations component.
Be allowed to click on an article title to edit its associations.
Titles are not clickable and therefore associations can not be edited from within the Multilingual Associations component.
Joomla! 4.3.3
The problem is caused by the absence of method allowEdit()
in class Joomla\Component\Content\Administrator\Helper\AssociationsHelper
. This helper is used by com_associations
, in method allowEdit()
of class Joomla\Component\Associations\Administrator\Helper\AssociationsHelper
, to check authorisation of editing single items. Because the method does not exist in the com_content
associations helper, editing of single items is never allowed.
Labels |
Added:
No Code Attached Yet
|
Labels |
Added:
bug
|