Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Group BAO - Remove secret param that was breaking groupNesting #26623

Merged
merged 1 commit into from
Jun 23, 2023

Conversation

colemanw
Copy link
Member

Overview

The saga continues. See #25994 and #26200 and #26074 and #26260 for some background.

Before

In multisite mode, new groups will automatically be given the domain group as a parent. There appears to be no good reason for this, and the multisite extension passes in a secret param to disable it. That secret param (possibly due to recent refactoring) has the (probably unintended) consequence of disabling all processing of parent groups.

After

Bad default behavior removed. Secret param to disable the bad default behavior no longer needed.

@civibot
Copy link

civibot bot commented Jun 23, 2023

(Standard links)

@civibot civibot bot added the master label Jun 23, 2023
@eileenmcnaughton
Copy link
Contributor

The secret param was to block the original multisite design of nested groups .... but we probably should have done this right back then

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants