MantisBT - CDash
View Issue Details
0007090CDashpublic2008-05-24 17:492008-05-26 11:44
cwick 
Julien Jomier 
normalminoralways
closedfixed 
1.0 
1.0 
0007090: 'description' column missing from buildgroup table
manageBuildGroup.php (line 824) references the 'description' column in the buildgroup table, but this column doesn't exist. It's not in any of the table creation or upgrade scripts either. As a result, the Manage Build Groups page doesn't work correctly (impossible to add a new group, and spits out php warnings).
No tags attached.
Issue History
2008-05-24 17:49cwickNew Issue
2008-05-26 11:43Julien JomierStatusnew => assigned
2008-05-26 11:43Julien JomierAssigned To => Julien Jomier
2008-05-26 11:44Julien JomierStatusassigned => closed
2008-05-26 11:44Julien JomierNote Added: 0012107
2008-05-26 11:44Julien JomierResolutionopen => fixed
2008-05-26 11:44Julien JomierFixed in Version => 1.0

Notes
(0012107)
Julien Jomier   
2008-05-26 11:44   
Fixed in 1.0 and SVN. You can always run the upgrade script and it should take care of this. Thanks for the report.