backdrop-contrib / og

The Organic Groups module provides users the ability to create, manage, and delete 'groups' on a site.
GNU General Public License v2.0
1 stars 8 forks source link

Issue #67. Test multiple audience fields with EFQ #68

Closed argiepiano closed 2 years ago

argiepiano commented 2 years ago

Fixes #67.

Because of a bug in OG reported in #67, this is an alternative way to test EntityFieldQuery with multiple OG audience fields - basically using two EFQs and intersecting them.

If this issue is fixed, it'd be good to revert to the original way of testing this.

laryn commented 2 years ago

Thanks @argiepiano -- I see the TODO comment and detailed explanation which is great.