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

Selecting multiple target bundles for group-content content types doesn't work #107

Open argiepiano opened 2 years ago

argiepiano commented 2 years ago

As reported by @schoenid in https://github.com/backdrop-contrib/og/issues/45#issuecomment-1133651418. Opening a separate issue for follow-up:

If you select two [target bundles], out of a list of maybe 10 content-groups (multiple selections), the content can only be assigned to the first selected Target bundle. The other selected bundles or content groups do not show up in the content, where you could assign it.

As example: I configure "Posts" to be assigned to "Editor-Groups" and "Author-Groups" but not to "Visitor-Groups", so "Posts" should be group content belonging either to "Editor-Groups" or "Author-Groups". But only the first one "Author-Groups" is listed. So I can add Posts-content only to groups of type "Author-Groups", but not to groups of type "Editor-Groups".

schoenid commented 2 years ago

Thank you, @argiepiano