- πΊπΈUnited States shelane
I updated this patch to use the new Drush 12 spec. There is no longer an entry in the composer.json file, no drush.services.yml file as dependencies are injected in the create method, and annotations are converted to attributes.
- πΊπΈUnited States shelane
Drush 12.5 uses autowire. I've updated the patch to include this.
- πΊπΈUnited States thejimbirch Cape Cod, Massachusetts
Thanks for the patch. It works, but a few things I have found.
1. The Group name and Group role work off of the name, not the machine name (I think).
2. The Group administrator role must be "Admin" even if the name was changed or it doesn't apply.
3. If the group role doesn't exist, it doesn't error. It says it was applied.