Skip to content
Snippets Groups Projects
Commit 4d9b23f6 authored by Xavier Morel's avatar Xavier Morel
Browse files

[FIX] auth_signup: bulk signup_url generation


When calling `_get_signup_url_for_action` on more than one partner,
because the `url` input parameter was re-used for the actual signup
URL before assigning to the partners map (in
559bdc97), from the second iteration
onwards the signup URL will almost certainly get misgenerated to
redirect to the previous signup URL (accumulating).

As `signup_url` is not normally accessed in bulk this should not
usually be an issue.

Reported by Andreas Brückl

closes odoo/odoo#78196

Signed-off-by: default avatarXavier Morel (xmo) <xmo@odoo.com>
parent 3df563d0
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment