Closed
Bug 981006
Opened 11 years ago
Closed 11 years ago
Incorrect bug list with custom column
Categories
(Bugzilla :: Reporting/Charting, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: chmourya, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.146 Safari/537.36
Steps to reproduce:
I have added a column in Search.pm, which gives me the duplicate bugs
my $report_slave = "GROUP_CONCAT(duplicates.dupe)";
$columns{'report_slave'} = { name=> $report_slave, title => 'Duplicate Bugs' };
if (grep($_ eq 'report_slave', @fields)) {
push(@supptables, "RIGHT JOIN duplicates ON duplicates.dupe = bugs.bug_id");
}
Actual results:
This is working in buglist page and also when I run the tabular report, it is getting me the right bug count. But, when I click on the hyperlink (tabular report) it is forwarding me to the buglist page with wrong number of bugs.. basically it is ignoring the custom column and fetching all the bugs. I see a similar issue with 'Real Name' files in the Bug 653597. Is it similar issue ?
![]() |
||
Comment 1•11 years ago
|
||
This is a support question as you customized the code. See http://www.bugzilla.org/support for help.
Status: UNCONFIRMED → RESOLVED
Closed: 11 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•