MantisBT - CDash
View Issue Details
0011409CDashpublic2010-11-05 08:432011-12-23 08:30
David Cole 
Julien Jomier 
highmajoralways
resolvedfixed 
 
2.0 
0011409: viewErrorLog.php page does not show anything if buildid= *and* date= are given
This works:
http://www.cdash.org/CDash/viewErrorLog.php?buildid=763164&projectid=1&date= [^]

This does not:
http://www.cdash.org/CDash/viewErrorLog.php?buildid=763164&projectid=1&date=2010-11-05 [^]

In the first one, I see the corresponding log entries displayed as text. In the second one, there simply is no text...

I easily get the 2nd one as a clicked link if:
- I'm looking at today's dashboard
- Click previous to see yesterday
- Click *Next* to come back to today
- Find a warning icon and click on it

Seems to me that "date=" should be ignored on this page when "buildid=" is given. (The date, after all is somewhat implied by the buildid...)
No tags attached.
Issue History
2010-11-05 08:43David ColeNew Issue
2010-11-05 08:43David ColeStatusnew => assigned
2010-11-05 08:43David ColeAssigned To => Julien Jomier
2011-12-23 08:30Julien JomierNote Added: 0028064
2011-12-23 08:30Julien JomierStatusassigned => resolved
2011-12-23 08:30Julien JomierFixed in Version => 2.0
2011-12-23 08:30Julien JomierResolutionopen => fixed

Notes
(0028064)
Julien Jomier   
2011-12-23 08:30   
Apparently a bad copy/paste in the code. Thanks for the report Dave!