diff options
author | Reed Loden <reed@reedloden.com> | 2010-02-10 05:00:48 +0100 |
---|---|---|
committer | Reed Loden <reed@reedloden.com> | 2010-02-10 05:00:48 +0100 |
commit | 75c45bfe94e44c4bbe77bd11ccfc13b7da57c1bb (patch) | |
tree | 1ba546f8bcf80a4fdb6dabbf6557cb857e879ff8 /Bugzilla | |
parent | 8f239b454b12bbef4d3ef6172e03e3006ae2679d (diff) | |
download | bugzilla-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')
-rw-r--r-- | Bugzilla/Config/General.pm | 1 |
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 }, |