summaryrefslogtreecommitdiffstats
path: root/process_bug.cgi
diff options
context:
space:
mode:
authormyk%mozilla.org <>2005-08-21 02:02:38 +0200
committermyk%mozilla.org <>2005-08-21 02:02:38 +0200
commit873aae642c0a5ec2a1ac4614ce0d7bfd1a788aa3 (patch)
tree260856b3b3e32d58117bae45d099d9ad6451ccde /process_bug.cgi
parent9d4872bef3b679b020b6678445ec84504e1f8a1e (diff)
downloadbugzilla-873aae642c0a5ec2a1ac4614ce0d7bfd1a788aa3.tar.gz
bugzilla-873aae642c0a5ec2a1ac4614ce0d7bfd1a788aa3.tar.xz
Fix for bug 292022: accepts multiple requestees in the requestee field for a given flag, and creates multiple requests, one per requestee, so that users can request a flag multiple times simultaneously instead of one at a time; r=joel, a=myk
Diffstat (limited to 'process_bug.cgi')
-rwxr-xr-xprocess_bug.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/process_bug.cgi b/process_bug.cgi
index 543c9bf0e..157a73a2c 100755
--- a/process_bug.cgi
+++ b/process_bug.cgi
@@ -164,7 +164,7 @@ foreach my $field ("dependson", "blocked") {
'newcc' => { 'type' => 'multi' },
'masscc' => { 'type' => 'multi' },
'assigned_to' => { 'type' => 'single' },
- '^requestee(_type)?-(\d+)$' => { 'type' => 'single' },
+ '^requestee(_type)?-(\d+)$' => { 'type' => 'multi' },
});
# Validate flags in all cases. validate() should not detect any