From 1457749bd9af96247c51fb5958d3f6d69399b33e Mon Sep 17 00:00:00 2001 From: Simon Green Date: Wed, 29 Jul 2015 06:02:50 -0400 Subject: Bug 166951 - Query for "Duplicate Of" (dupe_of) r=dylan, a=simon --- Bugzilla/Field.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'Bugzilla/Field.pm') diff --git a/Bugzilla/Field.pm b/Bugzilla/Field.pm index 761f7b94e..d0e392243 100644 --- a/Bugzilla/Field.pm +++ b/Bugzilla/Field.pm @@ -268,6 +268,7 @@ use constant DEFAULT_FIELDS => ( {name => 'last_visit_ts', desc => 'Last Visit', buglist => 1, type => FIELD_TYPE_DATETIME}, {name => 'comment_tag', desc => 'Comment Tag'}, + {name => 'dupe_of', desc => 'Duplicate of'}, ); ################ -- cgit v1.2.3-24-g4f1b