View Issue Details

IDProjectCategoryView StatusLast Update
0015280mantisbtcode cleanuppublic2014-09-23 18:05
Reporterdregad Assigned Todregad  
PrioritynormalSeveritytweakReproducibilityN/A
Status closedResolutionfixed 
Product Version1.2.13 
Target Version1.2.13Fixed in Version1.2.13 
Summary0015280: Form in manage_columns_inc.php has misleading name and unnecessary multipart encoding
Description

The form in manage_columns_inc.php was apparently copy-pasted from bug_report_page.php; it was named "report_bug_form" and an optional multipart encoding if file upload is enabled, which does not make sense in this context.

Additional Information

Initially reported by MatthieuR in Github pull request [1].

Although the issue he reported and tried to fix was in fact related to his configuration, the code cleanup is still valid.

[1] https://github.com/mantisbt/mantisbt/pull/66

TagsNo tags attached.

Relationships

related to 0015721 closedgrangeway Functionality to consider porting to master-2.0.x 

Activities

grangeway

grangeway

2013-04-05 17:56

reporter   ~0036106

Marking as 'acknowledged' not resolved/closed to track that change gets ported to master-2.0.x branch

Related Changesets

MantisBT: master-1.2.x 72689180

2012-12-11 05:59

MatthieuR

Committer: Damien Regad


Details Diff
Manage columns include: rename form and remove multipart encoding

The form in manage_columns_inc.php was apparently copy-pasted from
bug_report_page.php; it was named "report_bug_form" and an optional
multipart encoding if file upload is enabled, which does not make sense
in this context.

This code-cleanup commit removes the enctype and renames the form.

Fixes 0015280

Signed-off-by: Damien Regad <damien.regad@merckgroup.com>
Affected Issues
0015280
mod - manage_columns_inc.php Diff File

MantisBT: master f92f1a0a

2012-12-11 05:59

MatthieuR

Committer: Damien Regad


Details Diff
Manage columns include: rename form and remove multipart encoding

The form in manage_columns_inc.php was apparently copy-pasted from
bug_report_page.php; it was named "report_bug_form" and an optional
multipart encoding if file upload is enabled, which does not make sense
in this context.

This code-cleanup commit removes the enctype and renames the form.

Fixes 0015280

Signed-off-by: Damien Regad <damien.regad@merckgroup.com>
Affected Issues
0015280
mod - manage_columns_inc.php Diff File