summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Field.pm
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2014-10-14 07:13:34 +0200
committerDylan William Hardison <dylan@hardison.net>2014-10-14 07:13:34 +0200
commitb348b6a10cabddf1b579ebaca0d799def2900e52 (patch)
tree691094e3cc90740abe63ae40e4e75e8e12ded6d6 /Bugzilla/Field.pm
parent41e58e2f043162806bfb9fd3723a5391c9599de2 (diff)
downloadbugzilla-b348b6a10cabddf1b579ebaca0d799def2900e52.tar.gz
bugzilla-b348b6a10cabddf1b579ebaca0d799def2900e52.tar.xz
Bug 1074586 - New Feature: Bugs of Interest
I just want to walk around in circles walk around in circles
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'},
);