Closed (fixed)
Project:
Drupal core
Version:
9.4.x-dev
Component:
javascript
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
31 Mar 2022 at 13:34 UTC
Updated:
18 Apr 2022 at 11:04 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
mherchelAdding the following fixes it. Will post patch later
Comment #3
nod_yeah the command wasn't made very robust, happy to review
Comment #4
nod_To show the modules we can use the search bar to search for the module name, that will expand any collapsed detail element so we can click the checkbox afterwards
Comment #5
mherchelPatch attached.
This
1) Expands all collapsed details elements
2) replaces any underscores with hyphens within the module name.
Comment #6
nod_instead of opening everything I'd type the module name in the search area like here https://git.drupalcode.org/project/drupal/-/blob/10.0.x/core/tests/Drupa... (we can search for the machine name of the module that'll work).
I went with the drupal selector but I'd rather use the name attribute so that we don't have to mess with the module name.
Comment #7
mherchelThanks for the review. Updated patch attached!
Comment #8
nod_Perfect, thanks
Comment #10
mherchelUnrelated failure.
Comment #13
lauriiiCommitted c4b374b and pushed to 10.0.x. Also cherry-picked to 9.4.x. Thanks!