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

[16.0][FIX] auth_saml: update signin method #667

Merged
merged 1 commit into from
Jun 12, 2024

Conversation

vincent-hatakeyama
Copy link
Contributor

@vincent-hatakeyama vincent-hatakeyama commented Jun 12, 2024

Updated the signin method to reflect changes in similar method signin from auth_oauth.

Without the changes, the ORM crashes with psycopg2.errors.InvalidSavepointSpecification when trying to signin.

Fixes #664

Updated the signin method to reflect changes in similar method signin
from auth_oauth.
Without the changes, the ORM crashes with
psycopg2.errors.InvalidSavepointSpecification when trying to signin.

Fixes OCA#664
@vincent-hatakeyama vincent-hatakeyama marked this pull request as ready for review June 12, 2024 08:49
@vincent-hatakeyama vincent-hatakeyama changed the title [16.0][FIX] auth_saml: fix after failing tests [16.0][FIX] auth_saml: update signin method Jun 12, 2024
@vincent-hatakeyama
Copy link
Contributor Author

/ocabot rebase patch

@OCA-git-bot
Copy link
Contributor

Hi @vincent-hatakeyama. Your command failed:

Invalid options for command rebase: patch.

Ocabot commands

  • ocabot merge major|minor|patch|nobump
  • ocabot rebase
  • ocabot migration {MODULE_NAME}

More information

@vincent-hatakeyama
Copy link
Contributor Author

/ocabot merge patch

@OCA-git-bot
Copy link
Contributor

What a great day to merge this nice PR. Let's do it!
Prepared branch 16.0-ocabot-merge-pr-667-by-vincent-hatakeyama-bump-patch, awaiting test results.

@OCA-git-bot OCA-git-bot merged commit 2adfb9d into OCA:16.0 Jun 12, 2024
9 checks passed
@OCA-git-bot
Copy link
Contributor

Congratulations, your PR was merged at 9039dcb. Thanks a lot for contributing to OCA. ❤️

@pedrobaeza
Copy link
Member

Thanks!

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

Successfully merging this pull request may close these issues.

[16.0] auth_saml: Error in tests
3 participants