From 89b2fc2accc813a753a31c5d5d730f97a5b06706 Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Sat, 14 Apr 2012 19:45:05 +0200 Subject: Bug 616192: Display personal tags in buglists r=timello a=LpSolit --- Bugzilla/Field.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Bugzilla/Field.pm') diff --git a/Bugzilla/Field.pm b/Bugzilla/Field.pm index 12ef0c54f..4ec592164 100644 --- a/Bugzilla/Field.pm +++ b/Bugzilla/Field.pm @@ -248,7 +248,7 @@ use constant DEFAULT_FIELDS => ( {name => "owner_idle_time", desc => "Time Since Assignee Touched"}, {name => 'see_also', desc => "See Also", type => FIELD_TYPE_BUG_URLS}, - {name => 'tag', desc => 'Tags'}, + {name => 'tag', desc => 'Tags', buglist => 1}, ); ################ -- cgit v1.2.3-24-g4f1b