Closed
Bug 742070
Opened 13 years ago
Closed 12 years ago
Unable to complete app submission if default locale in the manifest is not English
Categories
(addons.mozilla.org Graveyard :: Public Pages, defect, P2)
addons.mozilla.org Graveyard
Public Pages
Tracking
(Not tracked)
RESOLVED
WORKSFORME
2012-05-17
People
(Reporter: krupa.mozbugs, Assigned: ashort)
References
()
Details
For the initial developer preview, we only supported en-US and therefore suppressed bugs about other locales. See bug 730005
steps to reproduce:
1. Try to upload https://people.mozilla.org/~kraj/test-files/webapps/webapp-with-de-as-default-locale.webapp
2. Fill in all the necessary fields in Step 3 and click continue
observed behavior:
If default locale in the manifest is not set to English, user is stuck on Step 3.
For beta since we support other locales, we need to fix this.
Comment 1•13 years ago
|
||
I believe this happened. And I saw this happen. But can you reproduce this now? I cannot seem to using http://people.mozilla.org/~kraj/test-files/webapps/webapp-with-de-as-default-locale.webapp
Comment 2•12 years ago
|
||
resolving for verification
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 3•12 years ago
|
||
This is happening again at https://marketplace-dev.allizom.org/en-US/developers/submit/app/details/seavans-undersea-adventure--9
reopening
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Reporter | ||
Updated•12 years ago
|
Assignee: nobody → cvan
Priority: -- → P2
Target Milestone: --- → 6.5.2
Updated•12 years ago
|
Assignee: cvan → ashort
Reporter | ||
Comment 4•12 years ago
|
||
This does not allow developer to upload any more apps until they clear their loclaStorage.
Assignee | ||
Comment 5•12 years ago
|
||
What's going on, as far as I can tell, is that you can't submit the form if the manifest locale and your browser locale disagree. The trouble shows up in `translations.widgets.TransMulti.value_from_datadict` -- the posted data has keys like `privacy_policy_en_us` but the form is looking for `privacy_policy_de` since that's what the webapp's `default_locale` is set to.
Assignee | ||
Comment 6•12 years ago
|
||
Status: REOPENED → RESOLVED
Closed: 12 years ago → 12 years ago
Resolution: --- → FIXED
Comment 7•12 years ago
|
||
krupa, once qa verifies this we should probably do a bugfix release. Thanks ashort!
Reporter | ||
Comment 8•12 years ago
|
||
This is not fixed. I am still stuck at Step 3 of submission. See https://marketplace-dev.allizom.org/en-US/developers/submit/app/details/test-webapp-7
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Updated•12 years ago
|
Target Milestone: 6.5.2 → 6.5.4
Updated•12 years ago
|
Updated•12 years ago
|
Target Milestone: 2012-05-10 → 2012-05-17
Assignee | ||
Comment 9•12 years ago
|
||
This works on marketplace-dev. if you're still having the problem, see if clearing localStorage makes a difference.
Status: REOPENED → RESOLVED
Closed: 12 years ago → 12 years ago
Resolution: --- → WORKSFORME
Updated•9 years ago
|
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•