зеркало из https://github.com/mozilla/pjs.git
Patch for bug 270263: 'Votes' should not be a column choice if param(usevotes) is not true; patch by Shane H. W. Travis <travis@sedsystems.ca>, r=jouni, a=justdave.
This commit is contained in:
Родитель
75fde6f97d
Коммит
afe94de245
|
@ -53,8 +53,11 @@ if (Param("useclassification")) {
|
|||
push(@masterlist, "classification");
|
||||
}
|
||||
|
||||
push(@masterlist, ("product", "component", "version", "op_sys", "votes"));
|
||||
push(@masterlist, ("product", "component", "version", "op_sys"));
|
||||
|
||||
if (Param("usevotes")) {
|
||||
push (@masterlist, "votes");
|
||||
}
|
||||
if (Param("usebugaliases")) {
|
||||
unshift(@masterlist, "alias");
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче