| View Issue Details [ Jump to Notes ] | [ Print ] |
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0007803 | CDash | | public | 2008-10-13 13:07 | 2008-10-13 16:35 |
|
| Reporter | Todd Harrington | |
| Assigned To | Julien Jomier | |
| Priority | normal | Severity | minor | Reproducibility | have not tried |
| Status | closed | Resolution | fixed | |
| Platform | | OS | | OS Version | |
| Product Version | 1.2 | |
| Target Version | | Fixed in Version | 1.2.2 | |
|
| Summary | 0007803: Deleting build groups leaves position table entry |
| Description | In manageBuildGroup.php the code for deleting the buildgroupposition table entry fails because the table name is misspelled.
pdo_query("DELETE FROM buildgoupposition WHERE buildgroupid='$Groupid'");
Should be:
pdo_query("DELETE FROM buildgroupposition WHERE buildgroupid='$Groupid'");
The 'r' in group is missing.
|
| Additional Information | This was found in the 1.2 release branch (version 1.2.1) |
| Tags | No tags attached. |
|
| Attached Files | |
|