From 33be6ee915c3791245ca040401764eb748f970ed Mon Sep 17 00:00:00 2001 From: Gervase Markham Date: Mon, 29 Mar 2010 14:06:55 +0200 Subject: Bug 25275: Allow the URL column to be displayed in buglists r/a=LpSolit --- Bugzilla/Field.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Bugzilla/Field.pm') diff --git a/Bugzilla/Field.pm b/Bugzilla/Field.pm index c32a6a213..15f84e75f 100644 --- a/Bugzilla/Field.pm +++ b/Bugzilla/Field.pm @@ -167,7 +167,8 @@ use constant DEFAULT_FIELDS => ( buglist => 1}, {name => 'rep_platform', desc => 'Platform', in_new_bugmail => 1, type => FIELD_TYPE_SINGLE_SELECT, buglist => 1}, - {name => 'bug_file_loc', desc => 'URL', in_new_bugmail => 1}, + {name => 'bug_file_loc', desc => 'URL', in_new_bugmail => 1, + buglist => 1}, {name => 'op_sys', desc => 'OS/Version', in_new_bugmail => 1, type => FIELD_TYPE_SINGLE_SELECT, buglist => 1}, {name => 'bug_status', desc => 'Status', in_new_bugmail => 1, -- cgit v1.2.3-24-g4f1b