| View Issue Details [ Jump to Notes ] | [ Print ] |
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0011799 | CDash | (No Category) | public | 2011-02-04 13:58 | 2013-10-30 04:27 |
|
| Reporter | Nils Gladitz | |
| Assigned To | Julien Jomier | |
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | |
| Platform | x64 | OS | Ubuntu Linux | OS Version | 10.10 (Maverick) |
| Product Version | 1.8 | |
| Target Version | | Fixed in Version | 2.0 | |
|
| Summary | 0011799: "My Build Schedules" lists the same project name for all jobs |
| Description | modifying user.php as follows fixes it for me (though I'm not really sure why):
$ClientJobSchedule = new ClientJobSchedule();
$ClientJobSchedule->Id = $scheduleid;
$projectid=$ClientJobSchedule->GetProjectId();
+ $Project = new Project();
$Project->Id=$projectid;
|
| Tags | No tags attached. |
|
| Attached Files | |
|