In the front-end, modules assigned to the Guest group. However, in the back-end, when a module is assigned to the Guest group, they cannot longer be accessed from the list by the Super User.
To test it, in a clean Joomla 3.8.2, assign a module ("Most Read Posts" or "Older Posts") to the Guest group.
The modules must be shown in the module manager always to the administrator (Super User).
After it is assigned to the group, the module disappears.
J 3.8.2
The issue seems to be located here:
administrator/components/com_modules/models/modules.php (line 317-319)
$user = JFactory::getUser();
$groups = implode(',', $user->getAuthorisedViewLevels());
$query->where('a.access IN (' . $groups . ')');
If the administrator user is manually added to the Guest group, then the admin user can access the Guest modules.
Issue found and credit to |@sergiois
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2017-12-04 14:14:23 |
Closed_By | ⇒ | mbabker |
Duplicate of #18542 and numerous other items.