Closed
Bug 889025
Opened 11 years ago
Closed 11 years ago
Django webapp with browserID: logging in should return you to the page you were on
Categories
(Socorro :: Webapp, task)
Socorro
Webapp
Tracking
(Not tracked)
VERIFIED
FIXED
56
People
(Reporter: benjamin, Assigned: adrian)
References
Details
Logging in doesn't return you to the page you were on:
STR:
* make sure you're logged out
* open https://crash-stats.mozilla.com/report/index/0013ff42-587e-4d68-98a2-29c792130629
* login
Expected:
* Should reload the report/index page with the additional data
Actual:
* Loads https://crash-stats.mozilla.com/home/products/Firefox
Assignee | ||
Comment 2•11 years ago
|
||
Pull request: https://github.com/mozilla/socorro/pull/1385
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → adrian
Status: NEW → ASSIGNED
OS: Windows 7 → All
Hardware: x86_64 → All
Assignee | ||
Updated•11 years ago
|
Target Milestone: --- → 56
Comment 3•11 years ago
|
||
Commit pushed to master at https://github.com/mozilla/socorro
https://github.com/mozilla/socorro/commit/40d8f18845676e78ef2ed887283b840027360c74
Fixes bug 889025 - Made login redirect to the previous page. r=peterbe
Updated•11 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Comment 4•11 years ago
|
||
QA verified on stage - logging in returns a user to the same page they were on (note, not the case on logging out).
- https://crash-stats.allizom.org/topcrasher/products/Firefox/versions/25.0a1?days=7
- https://crash-stats.allizom.org/report/list?product=Firefox&range_value=7&range_unit=days&date=2013-08-07&signature=mozalloc_abort%28char+const*+const%29+|+NS_DebugBreak+|+nsSupportsStringImpl%3A%3ASetData%28nsAString_internal+const%26%29&version=Firefox%3A24.0a2
- https://crash-stats.allizom.org/report/index/6a585071-916c-47ae-ad12-556812130804
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•