-
-
Notifications
You must be signed in to change notification settings - Fork 462
Use configured success_url #569
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #569 +/- ##
==========================================
- Coverage 95.66% 87.71% -7.96%
==========================================
Files 65 65
Lines 2952 2889 -63
Branches 331 198 -133
==========================================
- Hits 2824 2534 -290
- Misses 103 337 +234
+ Partials 25 18 -7
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
|
Would be great to have a test preventing such a regression. |
|
@claudep I agree, sadly I don't currently have the time to do so (I'd have to dive into this project much more than I already have) as I'm on a tight deadline :-( |
|
Seems like this is the second regression from PR #500 |
|
I would appreciate that people introducing regressions would help working on solving them. My experience tells that it doesn't happen most of the time, but we can always hope :-) |
|
What if I merge this and in exchange you review #568 😊 ?!? |
|
I'll be done with a project on Wednesday, so will have time to write a test and review that PR by then. Does that work with your planned release schedule? |
|
Absolutely, thanks a lot! |
|
Not sure what to do with the test failures, it's caused by |
Restore the ability to override the success_url in urls.py
|
Thanks a lot!! Test failure is unrelated. Some new webauthn tests are a bit flaky and are known to fail for obscure reasons (selenium tests). |
Description
Restore the ability to override the success_url in urls.py (it was added in 3d0d92f)
Motivation and Context
We use a simple subclass to redirect the users to the backup token screen once setup is completed
I believe this doesn't work anymore after a (recent) change to
SetupView.How Has This Been Tested?
I have not tested this, I was just reading the code when I noticed this change.
Screenshots (if appropriate):
Types of changes
Checklist: