fix: don't bubble up empty partition groups from units.
In dfb80acc, we allowed group_access settings to bubble up from Units to Sequences in the case where all Units had the same group settings for a particular user partition. This caused an issue where the group being bubbled up could be empty if the Unit was misconfigured in OLX (this is already caught if done directly on the Sequence). This commit fixes things so that empty partition group settings never bubble up. We don't want empty partition groups to bubble up because it would mean that no groups are allowed to access the Sequence, which is probably an error. (There is a separate visible_to_staff_only flag when you want to hide content from all non-staff users.)
Loading
Please register or sign in to comment