- Issue created by @gturnbull
- 🇨🇦Canada gturnbull
Here is an updated patch.
Group (drupal/group) 2.3.0 requires Flexible Permissions (drupal/flexible_permissions) 2.0, which is also required by Drupal WXT (drupalwxt/wxt ) 5.3.0.
I was able to determine this by running the following composer command:
composer why drupal/flexible_permissionsResults returned:
- drupalwxt/wxt 5.3.x-dev requires drupal/flexible_permissions (^2.0)
- drupal/group 2.3.0 requires drupal/flexible_permissions (^2.0)
- 🇨🇦Canada joseph.olstad
On one of the projects I work on that relies heavily on the group module we've overridden the group requirement with version 3. Version 3 has a concept of insider and outsider roles, once you figure that part out it's pretty straight forward. Works well!
- Status changed to RTBC
3 months ago 2:55am 16 January 2025 - 🇨🇦Canada smulvih2 Canada 🍁
The
drupal/group
anddrupal/flexible_permissions
modules have both been upgraded in 6.1.x as per #5. -
smulvih2 →
committed 731741d1 on 5.4.x
Issue #3486431 by gturnbull, joseph.olstad, smulvih2: Group 2.2.2 is...
-
smulvih2 →
committed 731741d1 on 5.4.x
- 🇨🇦Canada smulvih2 Canada 🍁
This has also been merged with 5.4.x, all tests passing.
Automatically closed - issue fixed for 2 weeks with no activity.