Resolves session conflict when working with multiple browser tabs. See #6625 - #36331
Open
AlainBenbassat wants to merge 1 commit into
Open
Resolves session conflict when working with multiple browser tabs. See #6625#36331AlainBenbassat wants to merge 1 commit into
AlainBenbassat wants to merge 1 commit into
Conversation
|
🤖 Thank you for contributing to CiviCRM! ❤️ We will need to test and review this PR. 👷 Introduction for new contributors...
PR commands & links...
|
Member
|
/lintroll |
civicrm-builder
force-pushed
the
deletedmemberships
branch
from
July 30, 2026 18:10
c10b43f to
c918309
Compare
Contributor
|
Test fail seems to be related here |
Contributor
Author
|
@seamuslee001 It's not clear to me what's causing this failure. Do you have a clue? |
Contributor
|
I believe the test is saying that if the url only contains The id is stored in the session, which on its own isn't bad, but the two forms end up pointing to the same session data even though they are completely different forms. I'm not sure of a quick fix. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Overview
Editing and saving memberships across multiple browser tabs concurrently can result in the accidental deletion of an existing membership. See https://lab.civicrm.org/dev/core/-/work_items/6625
Before
See https://lab.civicrm.org/dev/core/-/work_items/6625
After
Fixes this bug.