summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Field.pm
diff options
context:
space:
mode:
authorByron Jones <glob@mozilla.com>2014-09-11 17:48:48 +0200
committerByron Jones <glob@mozilla.com>2014-09-11 17:49:01 +0200
commit747f1f1cacb06bc19cedd376371e4b3109b2983a (patch)
tree8d30aab742d134da77e64f3709c4d015746ab469 /Bugzilla/Field.pm
parentcdf7ace8009c37ce5e5c29ed10a6f4f151b47a7a (diff)
downloadbugzilla-747f1f1cacb06bc19cedd376371e4b3109b2983a.tar.gz
bugzilla-747f1f1cacb06bc19cedd376371e4b3109b2983a.tar.xz
Bug 1052851: add the ability to search by "assignee last login date"
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 0a26b9320..d5f8e33f9 100644
--- a/Bugzilla/Field.pm
+++ b/Bugzilla/Field.pm
@@ -216,6 +216,8 @@ use constant DEFAULT_FIELDS => (
{name => 'blocked', desc => 'Blocks', in_new_bugmail => 1,
is_numeric => 1, buglist => 1},
+ {name => 'assignee_last_login', desc => 'Assignee Last Login Date', buglist => 1},
+
{name => 'attachments.description', desc => 'Attachment description'},
{name => 'attachments.filename', desc => 'Attachment filename'},
{name => 'attachments.mimetype', desc => 'Attachment mime type'},