Commit 6bec18a2 authored by bugreport%peshkin.net's avatar bugreport%peshkin.net

Bug 282035: Add boolean search by "Commenter"

Patch by Joel Peshkin <bugreport@peshkin.net> r=mkanat,a=myk
parent 1414db6b
......@@ -2299,6 +2299,7 @@ AddFDef("bug_group", "Group", 0);
AddFDef("estimated_time", "Estimated Hours", 1);
AddFDef("remaining_time", "Remaining Hours", 0);
AddFDef("deadline", "Deadline", 1);
AddFDef("commenter", "Commenter", 0);
# Oops. Bug 163299
$dbh->do("DELETE FROM fielddefs WHERE name='cc_accessible'");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment