Steps to reproduce the issue
- Go to administration
- Select the administration modules view ( content / administrator module )
- Disable the module user status
- Go to de articles view ( content / articles )
- Now in the ACTIONS button, the submenu does not work. Publish, The options Unpublish, Feature, Unfeature, Archive, Check-in, Trash and Batch are disable.
Expected result
ACTIONS button with the options Unpublish, Feature, Unfeature, Archive, Check-in, Trash and Batch are are anable.
Actual result
The ACTIONS button, the submenu does not work. Publish, The options Unpublish, Feature, Unfeature, Archive, Check-in, Trash and Batch are disable.
System information (as much as possible)
Joomla 4


Additional comments
The Actions dropdown requires the following PHP code to work:
HTMLHelper::_('bootstrap.dropdown', '.dropdown-toggle');
And this code is executed ONLY by the User Status making the dropdown accessible in ALL ACTIONS dropdown menu.
Steps to reproduce the issue
Expected result
ACTIONS button with the options Unpublish, Feature, Unfeature, Archive, Check-in, Trash and Batch are are anable.
Actual result
The ACTIONS button, the submenu does not work. Publish, The options Unpublish, Feature, Unfeature, Archive, Check-in, Trash and Batch are disable.
System information (as much as possible)
Joomla 4


Additional comments
The Actions dropdown requires the following PHP code to work:
HTMLHelper::_('bootstrap.dropdown', '.dropdown-toggle');
And this code is executed ONLY by the User Status making the dropdown accessible in ALL ACTIONS dropdown menu.