MantisBT - CDash
View Issue Details
0011804CDash(No Category)public2011-02-05 07:382013-10-30 04:24
Nils Gladitz 
Julien Jomier 
normalminoralways
closedfixed 
 
2.0 
0011804: "My Build Schedules" list limited to 5 jobs; rest is inaccessible
In user.php "$userJobSchedules = $ClientJobSchedule->getAll($userid,5);" explicitly limits the number of jobs to 5.

I would suggest removing the limit or to add paging.
No tags attached.
Issue History
2011-02-05 07:38Nils GladitzNew Issue
2012-01-26 10:30Julien JomierAssigned To => Julien Jomier
2012-01-26 10:30Julien JomierStatusnew => assigned
2012-01-26 10:34Julien JomierNote Added: 0028412
2012-01-26 10:34Julien JomierStatusassigned => resolved
2012-01-26 10:34Julien JomierFixed in Version => 2.0
2012-01-26 10:34Julien JomierResolutionopen => fixed
2013-10-30 04:24Nils GladitzStatusresolved => closed

Notes
(0028412)
Julien Jomier   
2012-01-26 10:34   
The limit has been pushed to 1000. We should implement paging and a better filtering when we get a chance.