Closed
Bug 1181007
Opened 10 years ago
Closed 10 years ago
Can not re-submit deleted submission
Categories
(addons.mozilla.org Graveyard :: Developer Pages, defect)
addons.mozilla.org Graveyard
Developer Pages
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1176697
People
(Reporter: christopherlionelatkins, Unassigned)
Details
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.130 Safari/537.36
Steps to reproduce:
I did a test submission of a Firefox extension used internally in our company using my personal account. After verifying that the extension passed the validation, I deleted the submission but didn't realise that I would no longer be able to re-submit the extension with the same id under our company mozilla account.
When re-submitting, we received the warning that there was an existing addon with that ID, and we were unable to make our submission.
After raising the issue with Jorge Villalobos via amo-editors@mozilla.org, he "freed the add-on ID" but mentioned that it may cause other bugs on submission.
Our main concern is that we'd like to avoid changing the extension's id as the extension has widespread use amongst our employees (many of whom are non-technical) and we want to avoid the situation where two copies of the extension are installed simultaneously.
STEPS TO REPRODUCE
------------------------
- Create addon with a given id
- Submit addon from personal account
- Delete addon from 'my submissions'
- Submit addon with company account
- receive error about duplicate UUID
- Email amo-editors@mozilla.org
- receive email saying that ID has been 'freed'
- Sign in with company account
- Navigate to 'Submit an Addon' https://addons.mozilla.org/en-us/developers/addon/submit/1
- Click 'I Accept this Agreement'
- Redirected to Step 2. Upload your Add-on
- Select 'Do not list my add-on on this site (beta)'
- Click Select a file
- Select addon from file chooser
- Click Continue
Actual results:
- After clicking continue, we were redirected to an error page with the message
Oops! We had an error.
We'll get to fixing that soon.
- This page sent a POST request to https://addons.mozilla.org/en-
us/developers/addon/submit/2
Raw Request Headers
------------------------
POST /en-us/developers/addon/submit/2 HTTP/1.1
Host: addons.mozilla.org
Connection: keep-alive
Content-Length: 785
Cache-Control: max-age=0
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8
Origin: https://addons.mozilla.org
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.130 Safari/537.36
Content-Type: multipart/form-data; boundary=----WebKitFormBoundarykRaYBO1S2FF0cEwV
Referer: https://addons.mozilla.org/en-us/developers/addon/submit/2
Accept-Encoding: gzip, deflate
Accept-Language: en-US,en;q=0.8
Cookie: optimizelyEndUserId=oeu1436241267580r0.03797495272010565; anoncsrf=jvSKFcrT4li9bLmqacaJROtl37QkK9gi; sessionid=".eJyrVkouLkqLL8nPTs1TslKqiAgJ8qwKMQ6sKso2cgvLTskPNqkKzQ4wCoxItDA1t1TSUYpPLC3JiC8tTi2Kz0xRsjI0NDczMTK3QJFISkwGmgeUVQJxi_Wg_GI9x9z8UKCIE1S-FgC98yuh:1ZCJxx:U6I24yAloCK1-U-dj2t99CkRSOg"; yes-I-read-the-dev-agreement=; __utmt=1; optimizelySegments=%7B%221994990450%22%3A%22none%22%2C%222000810488%22%3A%22false%22%2C%222011280991%22%3A%22search%22%2C%222017550344%22%3A%22gc%22%2C%222403812373%22%3A%22true%22%7D; optimizelyBuckets=%7B%7D; __utma=164683759.1005812580.1436241270.1436241270.1436241270.1; __utmb=164683759.21.10.1436241270; __utmc=164683759; __utmz=164683759.1436241270.1.1.utmcsr=google|utmccn=(organic)|utmcmd=organic|utmctr=(not%20provided); optimizelyPendingLogEvents=%5B%5D; multidb_pin_writes=y
Expected results:
- We would have been redirected to the next step in the add-on submission process
- Our aim is to submit the addon correctly under the company mozilla account
Updated•10 years ago
|
Component: Administration → Developer Pages
Comment 1•10 years ago
|
||
We're tracking this issue on bug 1176697. Christopher, please add your add-on ID to that bug so it can be cleared along with the others.
Status: UNCONFIRMED → RESOLVED
Closed: 10 years ago
Resolution: --- → DUPLICATE
| Assignee | ||
Updated•10 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
•