mozillabrasil / sumo_live_helper

Helper Add-on for SUMO forum contributors
https://addons.mozilla.org/firefox/addon/sumo-live-helper-/
Mozilla Public License 2.0
7 stars 8 forks source link

Fixes the issue with API requests for Firefox and Thunderbird products #201

Closed jhonatasrm closed 3 months ago

jhonatasrm commented 3 months ago

Requirement for Contributing a Pull Request

Identify the Bug

Issue #198

Description of the Change

Now, "Firefox" and "Thunderbird" are sent to the API in lower camel case. Previously, all the languages were being sent in upper camel case, which resulted in no response for those products.

Alternate Designs

No

Possible Drawbacks

No

Before fix (Hungarian):

before_fix

After fix (Hungarian):

after_fix

Before fix (English):

before_fix(en)

After fix (English):

after_fix(en)

dannycolin commented 3 months ago

Odd that it was working before with uppercases. Anyhow, it looks fine to me so LGTM.