зеркало из https://github.com/mozilla/pjs.git
Bug 273825 : UserInGroup("canedit") in post_bug.cgi sounds incorrect
Patch by Frederic Buclin <LpSolit@gmail.com> r=jpeshkin a=justdave
This commit is contained in:
Родитель
591b4107c7
Коммит
4cac615f79
|
@ -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 {
|
||||
|
|
Загрузка…
Ссылка в новой задаче