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

Update partial from session with more recent values from kwargs #75

Merged
merged 2 commits into from
Jan 18, 2014

Conversation

branden
Copy link
Contributor

@branden branden commented Nov 5, 2013

If I redirect from the connect pipeline to a login page which on success redirects back to complete the pipeline, the user kwarg retains its previously set value of None, when I expect it to be replaced with the logged in user. This fix handles my use case, and it feels consistent—treating the outcome of the redirect as another stage in the pipeline, overwriting previously set kwargs—but I'm not sure if this breaks existing use cases that aren't covered by the tests.

@omab omab merged commit 228b36b into omab:master Jan 18, 2014
@omab
Copy link
Owner

omab commented Jan 18, 2014

Merged, thanks for your work and sorry about the delay.

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