зеркало из https://github.com/mozilla/gecko-dev.git
Bug 146091 - Sort order for votes is ascending instead of descending. Patch by myk; 2xr=gerv.
This commit is contained in:
Родитель
8b460a6f60
Коммит
4c9c617dc2
|
@ -1356,7 +1356,7 @@ if ($order) {
|
|||
}
|
||||
|
||||
# If we are sorting by votes, sort in descending order.
|
||||
if ($db_order =~ /bugs.votes\s+(asc|desc){0}/i) {
|
||||
if ($db_order =~ /bugs.votes\s*(asc|desc){0}/i) {
|
||||
$db_order =~ s/bugs.votes/bugs.votes desc/i;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче