diff options
author | Hugo Seabrook <hugo.seabrook@gmail.com> | 2013-01-30 19:05:50 +0100 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2013-01-30 19:05:50 +0100 |
commit | 52deac516eb3dd1cc22f97b3a295ee856f69d354 (patch) | |
tree | 10d2d5f4fabbf00d2307ddcba63b29fc73277613 /template/en/default/list | |
parent | 79ad758038193113a6bddfe2025bb2b916842684 (diff) | |
download | bugzilla-52deac516eb3dd1cc22f97b3a295ee856f69d354.tar.gz bugzilla-52deac516eb3dd1cc22f97b3a295ee856f69d354.tar.xz |
Bug 102048: Display the "Blocks" and "Depends On" columns in buglists
r/a=LpSolit
Diffstat (limited to 'template/en/default/list')
-rw-r--r-- | template/en/default/list/table.html.tmpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/template/en/default/list/table.html.tmpl b/template/en/default/list/table.html.tmpl index b686e7924..e68542515 100644 --- a/template/en/default/list/table.html.tmpl +++ b/template/en/default/list/table.html.tmpl @@ -46,6 +46,8 @@ "short_short_desc" => { maxlength => 60 , ellipsis => "..." , wrap => 1 } , "status_whiteboard" => { maxlength => 0, title => "Whiteboard" , wrap => 1 } , "keywords" => { maxlength => 0, wrap => 1 } , + "dependson" => { maxlength => 0, wrap => 1 } , + "blocked" => { maxlength => 0, wrap => 1 } , "flagtypes.name" => { maxlength => 0, wrap => 1 } , "component" => { maxlength => 8 , title => "Comp" } , "product" => { maxlength => 8 } , |