-
Notifications
You must be signed in to change notification settings - Fork 0
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
Quick: fix impersonation url #902
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #902 +/- ##
=======================================
Coverage 63.40% 63.40%
=======================================
Files 432 432
Lines 12403 12404 +1
Branches 2585 2585
=======================================
+ Hits 7864 7865 +1
Misses 4327 4327
Partials 212 212
Flags with carried forward coverage won't be shown. Click here to find out more.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Testing now with local user
2981f32
to
95c0767
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, same principle as what's been working in Designsafe.
* fix impersonation url * explicit impersonate urls; preserve previous impersonate path
* fix impersonation url * explicit impersonate urls; preserve previous impersonate path
Overview
The django-impersonate middleware was not functioning properly with the url structure we had in place for some reason.
Testing