Open Bug 634010 Opened 14 years ago

"Flag Requestee" in boolean charts returns no results

Categories

(Bugzilla :: Query/Bug List, defect)

defect
Not set
normal

Tracking

()

People

(Reporter: LpSolit, Unassigned)

References

Details

"Flag Requestee" in boolean charts looks for requestees.login_name in the bugs_activity table, but flag changes are all stored as flagtypes.name, see Bugzilla::Bug::update(): # Flags my ($removed, $added) = Bugzilla::Flag->update_flags($self, $old_bug, $delta_ts); if ($removed || $added) { $changes->{'flagtypes.name'} = [$removed, $added]; } This makes "Flag Requestee" currently useless as it returns no results at all. This only affects 4.0 and 4.2 as 3.6 and older were more severely broken, see bug 360012.
You need to log in before you can comment on or make changes to this bug.