Closed
Bug 558732
Opened 15 years ago
Closed 15 years ago
Adapt API calls to language/product mapping
Categories
(Webtools :: Bouncer, defect, P2)
Webtools
Bouncer
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: wenzel, Assigned: wenzel)
References
Details
- Need to be able to create products including languages via the API.
- Need to be able to add/remove languages from products.
- Locations should not contain a language anymore.
Assignee | ||
Comment 1•15 years ago
|
||
Done: http://github.com/fwenzel/tuxedo/commit/cc82b898d398526f114c0c0b60f32b04386563a6
Rail: The API part is done, when Sentry and Bouncer are also ready to go, I'll file a bug for IT to update staging, and another one for you to change the way you use the API. The changes haven't been to gigantic, but they'll help us a lot. Stay tuned :)
Assignee: nobody → fwenzel
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Comment 2•15 years ago
|
||
How does bouncer web interface (download) handle ja/ja-JP-mac exception? Will it try to serve these locales for all platforms?
product_add API call is platform agnostic, so probably I have to add both locales in this case.
Assignee | ||
Comment 3•15 years ago
|
||
(In reply to comment #2)
> product_add API call is platform agnostic, so probably I have to add both
> locales in this case.
Yes, that is true. Eventually, the plan is that sentry will figure out that ja-JP-mac does not exist for linux or win, and mark that as an exception. For now though, you should add both languages to the product, and then downloading will work like it always has.
You need to log in
before you can comment on or make changes to this bug.
Description
•