From 75c45bfe94e44c4bbe77bd11ccfc13b7da57c1bb Mon Sep 17 00:00:00 2001 From: Reed Loden Date: Tue, 9 Feb 2010 22:00:48 -0600 Subject: Bug 537846 - "Disable the "Reset" checkbox for the maintainer parameter" [r=mkanat a=mkanat] --- Bugzilla/Config/General.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'Bugzilla/Config/General.pm') diff --git a/Bugzilla/Config/General.pm b/Bugzilla/Config/General.pm index 3a6b827ed..0f043548b 100644 --- a/Bugzilla/Config/General.pm +++ b/Bugzilla/Config/General.pm @@ -39,6 +39,7 @@ use constant get_param_list => ( { name => 'maintainer', type => 't', + no_reset => '1', default => '', checker => \&check_email }, -- cgit v1.2.3-24-g4f1b