summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Config/General.pm
diff options
context:
space:
mode:
authorReed Loden <reed@reedloden.com>2010-02-10 05:00:48 +0100
committerReed Loden <reed@reedloden.com>2010-02-10 05:00:48 +0100
commit75c45bfe94e44c4bbe77bd11ccfc13b7da57c1bb (patch)
tree1ba546f8bcf80a4fdb6dabbf6557cb857e879ff8 /Bugzilla/Config/General.pm
parent8f239b454b12bbef4d3ef6172e03e3006ae2679d (diff)
downloadbugzilla-75c45bfe94e44c4bbe77bd11ccfc13b7da57c1bb.tar.gz
bugzilla-75c45bfe94e44c4bbe77bd11ccfc13b7da57c1bb.tar.xz
Bug 537846 - "Disable the "Reset" checkbox for the maintainer parameter" [r=mkanat a=mkanat]
Diffstat (limited to 'Bugzilla/Config/General.pm')
-rw-r--r--Bugzilla/Config/General.pm1
1 files changed, 1 insertions, 0 deletions
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
},