- ๐บ๐ธUnited States jedgar1mx Detroit
#6 is working for me. Thanks
groups - 1.5.0
drupal - 9.5.1 - First commit to issue fork.
- @alecsmrekar opened merge request.
- ๐ธ๐ฎSlovenia alecsmrekar
Opened MR 86 that's based on the 3.x branch.
- ๐ฎ๐นItaly plach Venezia
Let's fix this in the development branch first and then backport the fix.
- Status changed to Closed: works as designed
about 2 years ago 12:36pm 18 April 2023 - ๐ง๐ชBelgium kristiaanvandeneynde Antwerp, Belgium
I consider this a core/contrib issue. We need a way to telegraph what context values are needed on create access checks, currently contrib is left guessing with this as a result. There's nothing I can fix here in Group, sadly. I can only wait for core to give me the tools to inform other modules about the context values Group needs for the create access check.
I truly am sorry about this, though. Feel free to fire up a core issue (or find an existing one) and I'll star it to try and keep my eye on it from time to time.
- ๐ฆ๐ทArgentina tpzurdo
I am not able to create any membership in groups or edit members in a clean install. Following #6 I've added the handler for $context['group']. Seems not giving problems.
- ๐จ๐ดColombia Freddy Rodriguez Bogotรก
The entity clone module was unable to retrieve the context values. Seems like there is a patch already: https://www.drupal.org/project/entity_clone/issues/3324878 ๐ Entity clone invokes any entity type's createAccess() without knowing about required context values Active
- ๐บ๐ธUnited States jedgar1mx Detroit
#15 worked for me
groups - 2.0.0-beta4
drupal - 10.1.6 - ๐ง๐ทBrazil rafael maito
#15 worked for me, but I had to do some changes on version 3.2.2
Re-rolled patch for this version and attaching here - ๐ง๐ทBrazil carolpettirossi Campinas - SP
I was facing the same error after creating a group on /group/1/member/1. patch #17 solved the issue.
- ๐บ๐ธUnited States RichardDavies Portland, Oregon
Patch for Group 2.x in #15 won't apply to Group 2.3. Here's an updated patch for Group 2.x.
- ๐บ๐ธUnited States firewaller
Patch #21 fixed the issues I was having. I would strongly request that this issue get reopened since the module is nearly unusable without this fix.
- Status changed to RTBC
10 days ago 4:05pm 27 May 2025 - ๐ง๐ชBelgium kristiaanvandeneynde Antwerp, Belgium
Be very careful when using the patches provided here. It bypasses Group's access promises when certain data could not be found. Use at your own risk.
Re @firewaller please don't reopen closed issues, the module is far from unusable without this patch and I encourage you to look into which module is checking group relationship create access without providing the right context.