- 🇺🇸United States maxstarkenburg Washington, DC
I was getting this error when just trying to visit
/admin/config/media/image-styles
to create a new image style (don't know if other variables factored in). The patch in #2 didn't apply for me (the site's apparently on group 3.1), so I rerolled it. Thanks! - 🇧🇪Belgium kristiaanvandeneynde Antwerp, Belgium
Config entities may have entity query support, but they don't run any actual SQL query. So my best guess is that config_views overlooked this and still allows the query alter to run without the right metadata. They could work around this by adding empty query objects in there, but that would obviously lead to weird situations where people try to use said query objects.
Either way, at the risk of playing issue queue ping pong, carefully moving this to that module's issue queue as it seems really likely that's where the metadata went missing.
- 🇺🇸United States jascote
This issue just moved over from Group module issue queue. It looks like a duplicate of https://www.drupal.org/project/config_views/issues/3358929 🐛 Incompatible with Group 3.x Needs review