MantisBT - CDash
View Issue Details
0011799CDash(No Category)public2011-02-04 13:582013-10-30 04:27
Nils Gladitz 
Julien Jomier 
normalminoralways
closedfixed 
x64Ubuntu Linux10.10 (Maverick)
1.8 
2.0 
0011799: "My Build Schedules" lists the same project name for all jobs
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;
No tags attached.
Issue History
2011-02-04 13:58Nils GladitzNew Issue
2012-01-17 09:53Julien JomierAssigned To => Julien Jomier
2012-01-17 09:53Julien JomierStatusnew => assigned
2012-01-17 09:53Julien JomierNote Added: 0028341
2012-01-17 09:53Julien JomierStatusassigned => resolved
2012-01-17 09:53Julien JomierFixed in Version => 2.0
2012-01-17 09:53Julien JomierResolutionopen => fixed
2013-10-30 04:27Nils GladitzStatusresolved => closed

Notes
(0028341)
Julien Jomier   
2012-01-17 09:53   
Nice catch. Thanks for the report.