Babble: Admins can't see a group set to `group owner` only visibility

Nice find @justin, I had a quick look at the Babble source code, and there does seem to be a conflict with my updates to groups in core. Babble adds a hardcoded rule for visibility_level: 4, which now clashes with the owners group in core.

https://github.com/gdpelican/babble/blob/b5500411a6d322478426e9e86eadbfdb51924a36/app/models/group.rb#L4

Hopefully @gdpelican might have time to have a look.

9 Likes