Closed
Bug 527338
Opened 16 years ago
Closed 16 years ago
[Listed add-ons]:Invalid application option available while submitting a listed add-on
Categories
(addons.mozilla.org Graveyard :: Developer Pages, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
5.3
People
(Reporter: krupa.mozbugs, Assigned: jbalogh)
References
()
Details
Attachments
(2 files)
249.37 KB,
image/png
|
Details | |
3.15 KB,
patch
|
wenzel
:
review+
|
Details | Diff | Splinter Review |
steps to reproduce:
1.Log in to your AMO account
2.Navigate to Developer Hub and try to submit an add-on
3.Select the option -"Self-host my add-on"
4.In the "Submit new Add-on" page,check the options listed in the drop-down field-"Compatible Applications".
Observed behavior:
The option -"Mozilla" is listed which should probably be "mobile".
Comment 1•16 years ago
|
||
This is using the Application table in the db and should be using $app_shortnames and $app_prettynames
Assignee | ||
Updated•16 years ago
|
Assignee: nobody → jbalogh
Comment 2•16 years ago
|
||
Unless I am mistaken, the actual version edit page also uses the Applications model -- which is where I got that code from. So when we fix this one, we should cover the other one too for consistency's sake.
Assignee | ||
Comment 3•16 years ago
|
||
(In reply to comment #2)
> Unless I am mistaken, the actual version edit page also uses the Applications
> model -- which is where I got that code from. So when we fix this one, we
> should cover the other one too for consistency's sake.
Sounds like feature creep. ;)
Assignee | ||
Comment 4•16 years ago
|
||
Attachment #411258 -
Flags: review?
Assignee | ||
Updated•16 years ago
|
Attachment #411258 -
Flags: review? → review?(fwenzel)
Comment 5•16 years ago
|
||
Comment on attachment 411258 [details] [diff] [review]
using app constants instead of the cruft in that database thing
Looks like it would work if I applied it ;)
Attachment #411258 -
Flags: review?(fwenzel) → review+
Assignee | ||
Comment 6•16 years ago
|
||
Reporter | ||
Comment 7•16 years ago
|
||
This needs to be fixed in the Version settings page,which still lists "Mozilla" as an option in the drop-down list.
screencast: http://screencast.com/t/Zjc5ZjlmMTYt
URL:https://preview.addons.mozilla.org/en-US/developers/versions/edit/80473
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Assignee | ||
Comment 8•16 years ago
|
||
Status: REOPENED → RESOLVED
Closed: 16 years ago → 16 years ago
Resolution: --- → FIXED
Updated•16 years ago
|
Keywords: push-needed
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
•