View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0011165 | mantisbt | other | public | 2009-11-12 04:02 | 2010-02-22 14:34 |
Reporter | yw84ever | Assigned To | dhx | ||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | duplicate | ||
Product Version | git trunk | ||||
Target Version | 1.2.0 | ||||
Summary | 0011165: redirect flow has changed when reporting an issue | ||||
Description | not so long ago in git master-1.2.x one could click report issue from the all projects view, ask to select a project, then continue filling out the issue report. now mantis asks for the project but jumps back to the my_view.php page instead of to the bug_report_page.php. once viewing issues from just one project, clicking report issue loads bug_report_page.php. | ||||
Steps To Reproduce | a) run mantis using master-1.2.x at commit 70bbad263af33fbcfd0a99bc64f33f98ddc1c291 b) switch to to 'all projects' c) click report issue
d) select a project, click to continue e) redirected to my_view.php of that project (rather than the bug_report_page.php of that project) | ||||
Additional Information | using git master-1.2.x, currently at commit 70bbad263af33fbcfd0a99bc64f33f98ddc1c291 once at the bug_report_page.php, selecting a different project, loads my_view.php from that project, rather than sticking with bug_report_page.php for that project. i am guessing this behavior is related to another issue i reported: 0011155 | ||||
Tags | No tags attached. | ||||
hey. i ran git bisect, trying the above. according to git bisect, '55878bd7f3bf7310059a5fb421fb351dff88be82 is first bad commit', first one containing this changed behavior. |
|
@yw84ever, thanks for your help was locating the cause of the breaks. |
|
This also happens for me when I have to reauthenticate for management functions. I enter my password but get redirected to the my view page. The only way to get into management is to log out and back in. |
|
Thanks for debugging this. It seems like it's the same problem as 0011155 that I believe John fixed in http://git.mantisbt.org/?p=mantisbt.git;a=commit;h=9f2e24daf90dd02bde8c9d8aefa962d874b0f5f1 If that fix didn't solve the problem, please reopen this issue. Thanks |
|
My reauth problem is still occurring in latest master-1.2.x. Perhaps that needs to be added as a different bug? |
|
The fix in http://git.mantisbt.org/?p=mantisbt.git;a=commit;h=9f2e24daf90dd02bde8c9d8aefa962d874b0f5f1 (and in http://git.mantisbt.org/?p=mantisbt.git;a=commit;h=e9d7b203b054062881bc572309334b293abd297d for master-1.2.x) did not fix the problem. |
|
already created bug 0011146 for the reauth problem, not sure if it's related though |
|
This is indeed a duplicate of 0011155. I've fixed the problem as part of that ticket. Thanks for being patient and reporting these bugs! |
|
Mine works with dhx's latest fix. Thanks! |
|
verifying resolved here as well. with master-1.2.x at commit 0eb89e062052f5b57c375006774482b77ddc9d63, works as before |
|