зеркало из https://github.com/mozilla/buddyup.git
Merge pull request #170 from rehandalal/locale-filter
[bug 1182880] Add locale filtering
This commit is contained in:
Коммит
0e0166776f
|
@ -266,7 +266,7 @@
|
|||
endpoint += '?product=' + PRODUCT;
|
||||
endpoint += '&is_solved=0';
|
||||
endpoint += '&is_taken=0';
|
||||
// endpoint += '&locale=' + locale; Bug 1148428 - Temporary disabled
|
||||
endpoint += '&locale=' + locale;
|
||||
endpoint += '&ordering=-updated';
|
||||
endpoint += '&format=json'; // TODO bug 1088014
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче