summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Field.pm
diff options
context:
space:
mode:
authorDave Lawrence <dlawrence@mozilla.com>2013-01-30 19:45:35 +0100
committerDave Lawrence <dlawrence@mozilla.com>2013-01-30 19:45:35 +0100
commita512b3b55e3c6222bdd80b5b94302dd356247d2d (patch)
tree3c3bc4660ef43203a0ca28dc76a8e2bb15a59e18 /Bugzilla/Field.pm
parent32add3f7b6cdfa932ce07b99c13c140df10bf537 (diff)
downloadbugzilla-a512b3b55e3c6222bdd80b5b94302dd356247d2d.tar.gz
bugzilla-a512b3b55e3c6222bdd80b5b94302dd356247d2d.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 f237182c2..3d482b3c9 100644
--- a/Bugzilla/Field.pm
+++ b/Bugzilla/Field.pm
@@ -209,9 +209,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'},