summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Field.pm
diff options
context:
space:
mode:
authorHugo Seabrook <hugo.seabrook@gmail.com>2013-01-30 19:05:50 +0100
committerFrédéric Buclin <LpSolit@gmail.com>2013-01-30 19:05:50 +0100
commit52deac516eb3dd1cc22f97b3a295ee856f69d354 (patch)
tree10d2d5f4fabbf00d2307ddcba63b29fc73277613 /Bugzilla/Field.pm
parent79ad758038193113a6bddfe2025bb2b916842684 (diff)
downloadbugzilla-52deac516eb3dd1cc22f97b3a295ee856f69d354.tar.gz
bugzilla-52deac516eb3dd1cc22f97b3a295ee856f69d354.tar.xz
Bug 102048: Display the "Blocks" and "Depends On" columns in buglists
r/a=LpSolit
Diffstat (limited to 'Bugzilla/Field.pm')
-rw-r--r--Bugzilla/Field.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/Bugzilla/Field.pm b/Bugzilla/Field.pm
index c85d43bb8..c4ee77498 100644
--- a/Bugzilla/Field.pm
+++ b/Bugzilla/Field.pm
@@ -200,9 +200,9 @@ use constant DEFAULT_FIELDS => (
buglist => 1},
{name => 'cc', desc => 'CC', in_new_bugmail => 1},
{name => 'dependson', desc => 'Depends on', in_new_bugmail => 1,
- is_numeric => 1},
+ is_numeric => 1, buglist => 1},
{name => 'blocked', desc => 'Blocks', in_new_bugmail => 1,
- is_numeric => 1},
+ is_numeric => 1, buglist => 1},
{name => 'attachments.description', desc => 'Attachment description'},
{name => 'attachments.filename', desc => 'Attachment filename'},