Bugzilla – Bug 1993
Browse By Year display blank for all items
Last modified: 2008-09-15 14:37:04 UTC
Problem is in BrowseDB::BrowsedbItemName. Line 379 uses the test !ref($item), which is valid for teting against id's in order to convert to objects. However, years are not ID's and dont' need to be converted to objects. since this is one special case, simplest way is to patch line 379 to read: if (!ref($item) && $levels[$level] ne 'year') { This is similar to what was done in change 3848 to allow browse by year in the player UI in the first place.
The patch fixes my problem, thanks.
committed to trunk at change 3998
There are 536 bugs in the database with targets of '---' that were fixed prior to new year 2006. I am setting them to targets of 6.2.1 to keep them from showing up in my queries.