The article is shown with a linked title so that the user can edit their own article:
The title is not linked even though the user has permission to edit their own article:
Joomla 4.0.5
PHP 8
The title is only linked if the user group is given edit access to all articles:
The module helper seems to be trying to check the user permissions against the article ID, so something here must not be working right:
if ($user->authorise('core.edit', 'com_content.article.' . $item->id))
{
$item->link = Route::_('index.php?option=com_content&task=article.edit&id=' . $item->id);
}
(administrator/modules/mod_latest/src/Helper/LatestHelper.php lines 99-102)
Labels |
Added:
No Code Attached Yet
|
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2022-01-04 17:44:33 |
Closed_By | ⇒ | Quy |
#36559