Closed
Bug 988031
Opened 11 years ago
Closed 11 years ago
Rocketbar suggestion API returns null for some app names
Categories
(Marketplace Graveyard :: API, defect, P3)
Tracking
(Not tracked)
RESOLVED
FIXED
2014-04-01
People
(Reporter: mat, Assigned: mat)
Details
(Whiteboard: [qa-])
curl -s 'https://marketplace.firefox.com/api/v1/apps/search/rocketbar/?q=puzzle-animals&lang=en-US&limit=4' | json_pp (zamboni27)
[
{
"icon" : "https://marketplace.cdn.mozilla.net/img/uploads/addon_icons/458/458640-64.png?modified=1375500045",
"manifest_url" : "https://marketplace.firefox.com/app/dda0bebf-1cfe-4f77-a1c4-001b9ba98dd9/manifest.webapp",
"name" : null,
"slug" : "puzzle-animals"
}
]
This is likely due to an issue with the default_locale (this app only has one translation for name, in spanish, and its default locale is spanish).
Assignee | ||
Updated•11 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•11 years ago
|
||
Fixed in https://github.com/mozilla/zamboni/commit/1efb0fd660cb79145662dd14259e41d2a9f39cde
Will require a re-index.
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Whiteboard: [qa-]
You need to log in
before you can comment on or make changes to this bug.
Description
•