summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Field.pm
diff options
context:
space:
mode:
authorSimon Green <mail@simon.green>2015-07-29 12:02:50 +0200
committerSimon Green <mail@simon.green>2015-07-29 12:02:50 +0200
commit1457749bd9af96247c51fb5958d3f6d69399b33e (patch)
treee4bf29583b92400a04b510d2338ac6ebf8fe3125 /Bugzilla/Field.pm
parent6f9b176104ad62bf80b482b99ccf080c5ab5c3a5 (diff)
downloadbugzilla-1457749bd9af96247c51fb5958d3f6d69399b33e.tar.gz
bugzilla-1457749bd9af96247c51fb5958d3f6d69399b33e.tar.xz
Bug 166951 - Query for "Duplicate Of" (dupe_of)
r=dylan, a=simon
Diffstat (limited to 'Bugzilla/Field.pm')
-rw-r--r--Bugzilla/Field.pm1
1 files changed, 1 insertions, 0 deletions
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'},
);
################