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 vault related session update issue #8402

Merged
merged 1 commit into from
Feb 25, 2025
Merged

Conversation

cwangsmv
Copy link
Contributor

Changes:
When user creates the vault key for the first time, the sessionModel.update method will use the origin session data while it is updated. So the session session data is updated with incorrect data.

Replace to use sessionModel.patch method which will automatically get the latest session data during update.

@cwangsmv cwangsmv requested a review from ihexxa February 24, 2025 09:09
@cwangsmv cwangsmv force-pushed the fix/vault-update-issue branch from fb49d11 to e34ae64 Compare February 25, 2025 01:58
@cwangsmv cwangsmv enabled auto-merge (squash) February 25, 2025 01:59
@cwangsmv cwangsmv disabled auto-merge February 25, 2025 04:33
@cwangsmv cwangsmv merged commit 070c83a into develop Feb 25, 2025
8 of 9 checks passed
@cwangsmv cwangsmv deleted the fix/vault-update-issue branch February 25, 2025 04:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants