Skip to content

Bootstrap.dropdown with illogical dependency #38640

@Open2logic

Description

@Open2logic

Steps to reproduce the issue

  1. Go to administration
  2. Select the administration modules view ( content / administrator module )
  3. Disable the module user status
  4. Go to de articles view ( content / articles )
  5. 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
unnamed
unnamed

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions