Closed
Bug 705848
Opened 14 years ago
Closed 14 years ago
Deleting a file, or file in a folder, throws a 404 upon POSTing the action
Categories
(addons.mozilla.org Graveyard :: Add-on Builder, defect, P1)
addons.mozilla.org Graveyard
Add-on Builder
Tracking
(Not tracked)
RESOLVED
FIXED
Builder 1.0
People
(Reporter: dbuchner, Assigned: smcarthur)
Details
If you go into a package and create the following file path with file, a/b/c/foo.js, and then try to delete the foo.js file, it will throw the following error:
POST https://builder-addons-dev.allizom.org/library/remove_attachment/1004412/revision/30/
404 NOT FOUND 151ms
"NetworkError: 404 NOT FOUND - https://builder-addons-dev.allizom.org/library/remove_attachment/1004412/revision/30/"
| Reporter | ||
Updated•14 years ago
|
Assignee: nobody → smcarthur
Severity: normal → major
Priority: -- → P1
Target Milestone: --- → Builder 1.0
| Reporter | ||
Updated•14 years ago
|
Summary: Creating a file with a folder path and trying to delete the file throws a 404 → Deleting a file, or file in a folder, throws a 404 upon POSTing the action
| Assignee | ||
Comment 1•14 years ago
|
||
fixed this on master
https://github.com/mozilla/FlightDeck/commit/aaddd00bfd55ca3bc499b0e08e23f70025092405
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Updated•11 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
•