- Issue created by @aaron.ferris
- Status changed to Needs review
5 months ago 4:04pm 13 June 2024
Seems that when the module settings form is loaded, the display of the single field will only show if
if ($config->get('groupmenu_hide_list')) {
That could be intentional, but means that once toggled off, it cannot be turned back on. Can we display the field at all times?
1. Drupal 10.2.6
2. Latest version of this module
3. Enable this module
4. Go to admin/group/groupmenu
5. Uncheck the option
6. Save
Notice the form is now empty.
Allow this field to display regardless of setting
Needs review
3.0
Code