Closed (fixed)
Project:
Group
Version:
4.0.x-dev
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 May 2025 at 14:11 UTC
Updated:
19 Jun 2025 at 13:44 UTC
Jump to comment: Most recent
When we call GroupRelationshipStorage's ::loadByEntity() or ::loadByEntityAndGroup() methods for a config entity, we ask the ConfigWrapperStorage for a wrapper without setting the $create_if_missing flag to FALSE.
This means we will create and save a wrapper for ungrouped entities that we know won't return any results and then run a query against this wrapper's ID. We can optimize this for better performance.
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
kristiaanvandeneyndeComment #4
kristiaanvandeneyndeTest-only fails, full MR goes green. I call that a win :D
Comment #6
kristiaanvandeneyndeBackporting as we speak.