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

Cannot use object of type EntityBackdropWrapper as array #51

Closed indigoxela closed 2 years ago

indigoxela commented 2 years ago

This only pops up with multiple groups audience fields.

To reproduce:

Result:

Error: Cannot use object of type EntityBackdropWrapper as array in og_group() (line 2126 of ...modules/og/og.module).

A bunch of functional tests re multiple fields on same group content type fails, but these are unrelated. It's a regression caused by my previous PR - shame on me. :stuck_out_tongue:

indigoxela commented 2 years ago

Turns out that I broke that. A PR that reverts that change is available.