View Issue Details

IDProjectCategoryView StatusLast Update
0010940mantisbtbugtrackerpublic2009-10-07 14:19
Reporterbrianstv Assigned Todhx  
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionfixed 
Product Versiongit trunk 
Target Version1.2.0rc2Fixed in Version1.2.0rc2 
Summary0010940: Clicking 'Reopen' button while viewing an issue returns an 'Application Error #200'
Description

Clicking 'Reopen' button while viewing an issue returns an 'Application Error #200'
A required parameter to this page (id) was not found.

Steps To Reproduce

Reopen a closed Issue using the 'Reopen' button while viewing the issue.

Additional Information

Looks like 'core/html_api.php' is setting up a parameter 'bug_id' for the reopen button when the 'bug_change_status_page.php' is looking for 'id'

It seems 'bug_change_status_page.php' is not passed consistently named parameters for the bug id.

TagsNo tags attached.

Relationships

has duplicate 0010942 closeddhx Reopening a closed bug from view.php results in application error #200 

Activities

dhx

dhx

2009-09-15 08:52

reporter   ~0022928

All fixed now. Thanks for reporting!

yw84ever

yw84ever

2009-09-16 16:22

reporter   ~0022944

thanks for the report and fix; was affected by this as well but did not get around to reporting it

Related Changesets

MantisBT: master-1.2.x 79f04e92

2009-09-15 08:47

dhx


Details Diff
Fix 0010940: Reopen button sends incorrect parameter to bug_change_status.php

Commit 546e72b12e8149041ce2a55d7e5b511639e823b4 changed the 'bug_id'
parameter of bug_change_status.php to just 'id'.

However the html_button_bug_reopen function hadn't been updated as a
result of the renaming of the bug_id parameter. This resulted in an
application error #200 appearing when users clicked on the 'Reopen'
button on an issue.
Affected Issues
0010940
mod - core/html_api.php Diff File

MantisBT: master 4b5059c2

2009-09-15 08:47

dhx


Details Diff
Fix 0010940: Reopen button sends incorrect parameter to bug_change_status.php

Commit 546e72b12e8149041ce2a55d7e5b511639e823b4 changed the 'bug_id'
parameter of bug_change_status.php to just 'id'.

However the html_button_bug_reopen function hadn't been updated as a
result of the renaming of the bug_id parameter. This resulted in an
application error #200 appearing when users clicked on the 'Reopen'
button on an issue.
Affected Issues
0010940
mod - core/html_api.php Diff File