From 52deac516eb3dd1cc22f97b3a295ee856f69d354 Mon Sep 17 00:00:00 2001 From: Hugo Seabrook Date: Wed, 30 Jan 2013 19:05:50 +0100 Subject: Bug 102048: Display the "Blocks" and "Depends On" columns in buglists r/a=LpSolit --- Bugzilla/Field.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Bugzilla/Field.pm') 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'}, -- cgit v1.2.3-24-g4f1b