From 44bc791eb3aa690940d540a7154d93dc8b10f186 Mon Sep 17 00:00:00 2001 From: Tiago Mello Date: Wed, 19 May 2010 09:28:37 -0700 Subject: Bug 494395: Implement the ability to mark custom fields as mandatory when creating/changing bugs r=mkanat, a=mkanat --- template/en/default/admin/custom_fields/list.html.tmpl | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'template/en/default/admin/custom_fields/list.html.tmpl') diff --git a/template/en/default/admin/custom_fields/list.html.tmpl b/template/en/default/admin/custom_fields/list.html.tmpl index dd266c759..385650a63 100644 --- a/template/en/default/admin/custom_fields/list.html.tmpl +++ b/template/en/default/admin/custom_fields/list.html.tmpl @@ -56,6 +56,10 @@ name => "obsolete" heading => "Is Obsolete" }, + { + name => "is_mandatory" + heading => "Is Mandatory" + }, { name => "action" heading => "Action" -- cgit v1.2.3-24-g4f1b