Problem/Motivation
Project url: https://www.drupal.org/project/field_group
This module has been previously vetted for Drupal 9 with the following snippet added to curated.json:
{
"package": "drupal/field_group",
"constraint": "^3.3",
"replaces": {
"name": "field_group"
},
"install": [
"field_group",
"field_group_migrate"
],
"vetted": true
},
Steps to reproduce
n/a
Proposed resolution
Take snippet from D9 recommendation, update for Drupal 10 compatibility, add to D10 curated.json
Remaining tasks
- On a D7 site, install and set up field_group
- Add snippet from D9 recommendation into D10 curated.json (locally) - update version if there is a new one
- Generate new recommendations.json
- Use acli to generate a new D10 project based on this new recommendations.json file
- Test to see if recommendation still works
- If not, update recommendation snippet to D10 appropriate values and update recommendations.json by running make
- This module has test coverage in AM:A (here) which can be used to test as well after local. To do this, open a sibling MR against 1.9.x and alter
AMA__10__RECOMMENDATIONS__VERSION in the .gitlab-ci.yml file (see this for an example)
User interface changes
n/a
API changes
n/a
Data model changes
n/a
Comments
Comment #2
dan612 commentedComment #4
dan612 commentedAdded a field group to ARTICLE content type in Drupal 7:




Here it is on the node add form:
Then I ran AM:A and completed the migrations, which resulted in the following on D10:
And the node add/edit form:
So this seems to be working pretty well! Next, to create a sibling MR.
Comment #6
dan612 commentedThere is quite a bit of red that we need to debug in the CI...but I think the critical point of emphasis is here:

Comment #7
dan612 commentedComment #9
wim leersSee #3424401-17: D10: Update recommendation for Pathauto (drupal/pathauto) through #3424401-19: D10: Update recommendation for Pathauto (drupal/pathauto), did the same thing here 🤞
Comment #10
wim leersYay, that passed tests!
The 3 issues that the original AM:A team contributed have indeed landed over the years:
Comment #12
wim leers