- Issue created by @AaronMcHale
- Status changed to Postponed: needs info
6 days ago 1:06am 2 July 2025 - π¦πΊAustralia mstrelan
Can you please provide steps to reproduce the issue? Here's what I tried;
- Install Drupal with standard profile
- Go to
/admin/modules
- Check the checkboxes for JSON:API and Serialization modules
- Press the Install button
There was no install confirm form. There was however a status message:
2 modules have been installed: JSON:API, Serialization.
Perhaps that is what you meant?
- πΊπΈUnited States nicxvan
Reading the issue summary I think if you check just one module that requires a second module you when the confirm form asks if you want to install the other modules to there is not a bulleted list.
https://git.drupalcode.org/project/drupal/-/blob/11.x/core/modules/syste...
- π¦πΊAustralia mstrelan
If that's the case then change step 3 from #3 to "Check the checkbox for Navigation module".
That results in the following status message:
You must install the Layout Builder, Layout Discovery modules to install Navigation.
Can we confirm that's what this is about?
Added a possibly related issue.
- πΊπΈUnited States nicxvan
Had a chat in the #ux-working-group channel in slack https://drupal.slack.com/archives/C08HBKBATHT/p1751469168192539
Adding a screenshot showing multiple modules with dependencies.
I will add a summary once the discussion is complete.
I think it might be the Required by bit in the module description on Extend not the confirmation page.
- π¦πΊAustralia pameeela
FWIW there is a bulleted list with a list item for each of the modules you are enabling, with the dependencies listed as comma separated. But I think it has to work this way, nesting lists with the specific modules would make this pretty awkward.