Commit 11a0cd74 authored by Hugo Seabrook's avatar Hugo Seabrook Committed by Frédéric Buclin

Bug 601875: Display the "allow UNCONFIRMED" column when listing products in editproducts.cgi

r/a=LpSolit
parent c46d2ee2
......@@ -29,21 +29,26 @@
%]
[% columns = [
{
{
name => "name"
heading => "Edit product..."
contentlink => 'editproducts.cgi?action=edit&product=%%name%%'
},
{
{
name => "description"
heading => "Description"
allow_html_content => 1
},
{
{
name => "is_active"
heading => "Open For New $terms.Bugs"
yesno_field => 1
},
{
name => "allows_unconfirmed"
heading => "Allow UNCONFIRMED $terms.Bugs"
yesno_field => 1
},
] %]
[% IF showbugcounts %]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment