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

fix: remove caching in fetchListOfGroups #47513

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Sep 23, 2024

  1. fix: remove caching in fetchListOfGroups

    When using nested groups without a memberof overlay, then fetchListOfGroups is called from getGroupsByMember without applying the group filter.
    
    In some setups, the "unfiltered" result is then written back to the group mapping table. That might cause random "An administrator removed you from group" activities.
    
    I was unable to replicate it locally, but we got the feedback that the random activities stopped with the patch applied.
    
    Ref: #42195
    
    Signed-off-by: Daniel Kesselberg <[email protected]>
    kesselb committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    a50ce1a View commit details
    Browse the repository at this point in the history