Commit 642af3b4 authored by travis%sedsystems.ca's avatar travis%sedsystems.ca

Bug 273825 : UserInGroup("canedit") in post_bug.cgi sounds incorrect

Patch by Frederic Buclin <LpSolit@gmail.com> r=jpeshkin a=justdave
parent 0df76bb7
......@@ -160,7 +160,7 @@ if (Param("useqacontact")) {
}
}
if (UserInGroup("canedit") || UserInGroup("canconfirm")) {
if (UserInGroup("editbugs") || UserInGroup("canconfirm")) {
# Default to NEW if the user hasn't selected another status
$::FORM{'bug_status'} ||= "NEW";
} else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment