View Issue Details

IDProjectCategoryView StatusLast Update
0011165mantisbtotherpublic2010-02-22 14:34
Reporteryw84ever Assigned Todhx  
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionduplicate 
Product Versiongit trunk 
Target Version1.2.0 
Summary0011165: 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

  • mantis loads login_select_proj_page.php?ref=bug_report_page.php

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

TagsNo tags attached.

Relationships

duplicate of 0011155 closeddhx user is directed to my view after uploading a file : being redirected back to viewed bug is expected 

Activities

yw84ever

yw84ever

2009-11-12 04:08

reporter   ~0023674

hey. i ran git bisect, trying the above. according to git bisect, '55878bd7f3bf7310059a5fb421fb351dff88be82 is first bad commit', first one containing this changed behavior.

vboctor

vboctor

2009-11-12 07:46

manager   ~0023687

@yw84ever, thanks for your help was locating the cause of the breaks.

daryn

daryn

2009-11-12 09:55

reporter   ~0023695

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.

dhx

dhx

2009-11-12 10:06

reporter   ~0023696

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

daryn

daryn

2009-11-12 11:04

reporter   ~0023697

My reauth problem is still occurring in latest master-1.2.x. Perhaps that needs to be added as a different bug?

yw84ever

yw84ever

2009-11-12 17:47

reporter   ~0023701

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.

squarebox

squarebox

2009-11-12 19:55

reporter   ~0023702

Last edited: 2009-11-12 20:10

already created bug 0011146 for the reauth problem, not sure if it's related though

dhx

dhx

2009-11-13 11:21

reporter   ~0023712

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!

daryn

daryn

2009-11-13 11:30

reporter   ~0023715

Mine works with dhx's latest fix. Thanks!

yw84ever

yw84ever

2009-11-13 13:21

reporter   ~0023717

verifying resolved here as well. with master-1.2.x at commit 0eb89e062052f5b57c375006774482b77ddc9d63, works as before