An administrator creates an Application Menu with a condition and adds a module to it. Users with the correct role cannot see the module. The module has no roles restriction. What could be the issue?
A condition on the menu can restrict visibility based on user attributes; if it fails, modules in that menu are hidden.
Why this answer
The menu's condition may fail for those users, hiding the module. Option B would hide the module for all users if it were inactive. Option C would hide the entire menu for all users if it were inactive.
Option D means no role restriction, so it should be visible, but the menu condition overrides.