View Issue Details

IDProjectCategoryView StatusLast Update
0000078mantisbtbugtrackerpublic2001-01-20 11:11
ReporterrepAssigned Toprescience  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Summary0000078: incorrect table entry in db_upgrade.sql
Description

This breaks the centering on the table for view_all_bugs_page.php:



ALTER TABLE mantis_bug_table CHANGE status status ENUM ('new','need info',


'acknowledged','confirmed','assigned','resolved') DEFAULT 'new' not null;



should be



ALTER TABLE mantis_bug_table CHANGE status status ENUM ('new','feedback',


'acknowledged','confirmed','assigned','resolved') DEFAULT 'new' not null;



because "needs info" makes a poor variable variable in line 219.



I've confirmed that this bug exists in the downloadable 0.13.1 file.

TagsNo tags attached.

Activities

prescience

prescience

2001-01-05 13:51

reporter   ~0000141

Argh, thought I killed that one before it got out. It'll be fixed 'shortly'. Thanks!

prescience

prescience

2001-01-20 11:11

reporter   ~0000184

Fixed in version 0.14.0