summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Field.pm
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2014-10-10 19:58:41 +0200
committerDylan William Hardison <dylan@hardison.net>2014-10-10 19:58:41 +0200
commitccea670dcba24ff2ac0233437aa549b22edb390c (patch)
treed59168e74f767e4665f2736130b4e97254b83418 /Bugzilla/Field.pm
parent1f84551e1414eeba886e04e0e9e2a8e61d568fc1 (diff)
downloadbugzilla-ccea670dcba24ff2ac0233437aa549b22edb390c.tar.gz
bugzilla-ccea670dcba24ff2ac0233437aa549b22edb390c.tar.xz
Bug 1074586 - New Feature: Bugs of Interest
r=dkl
Diffstat (limited to 'Bugzilla/Field.pm')
-rw-r--r--Bugzilla/Field.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/Bugzilla/Field.pm b/Bugzilla/Field.pm
index d5f8e33f9..86811d9bc 100644
--- a/Bugzilla/Field.pm
+++ b/Bugzilla/Field.pm
@@ -270,6 +270,8 @@ use constant DEFAULT_FIELDS => (
{name => 'tag', desc => 'Tags'},
{name => 'last_visit_ts', desc => 'Last Visit', buglist => 1,
type => FIELD_TYPE_DATETIME},
+ {name => 'bug_interest_ts', desc => 'Bug Interest', buglist => 1,
+ type => FIELD_TYPE_DATETIME},
{name => 'comment_tag', desc => 'Comment Tag'},
);