summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Field.pm
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2012-04-14 19:45:05 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2012-04-14 19:45:05 +0200
commit89b2fc2accc813a753a31c5d5d730f97a5b06706 (patch)
tree9410e43d550df427be1f86de80e01a0e68ba2022 /Bugzilla/Field.pm
parent51bca2fc81c3ca24cfbc59c096745bfba1b667c4 (diff)
downloadbugzilla-89b2fc2accc813a753a31c5d5d730f97a5b06706.tar.gz
bugzilla-89b2fc2accc813a753a31c5d5d730f97a5b06706.tar.xz
Bug 616192: Display personal tags in buglists
r=timello a=LpSolit
Diffstat (limited to 'Bugzilla/Field.pm')
-rw-r--r--Bugzilla/Field.pm2
1 files changed, 1 insertions, 1 deletions
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},
);
################