Closed
Bug 664431
Opened 14 years ago
Closed 11 years ago
moving a duplicate file to a folder throws an expected error but still appears in the moved folder
Categories
(addons.mozilla.org Graveyard :: Add-on Builder, defect, P3)
Tracking
(Not tracked)
RESOLVED
WONTFIX
Builder 1.0
People
(Reporter: pratibha, Assigned: smcarthur)
References
()
Details
Attachments
(1 file)
Steps:
1)Log in to https://builder-addons-next.allizom.org
2)Create a new add-on
3)Create a file (test1.js) in Lib
4)Create a folder(boo) in Lib
5)Create a file (test1.js) in the new folder(boo)
6)Move the file from top level directory(lib) to the new folder(boo)
Actual Result: As expected an error appears indicating duplicate module name, but the file starts appears in the destination directory
Note: Reloading the Edit add-on page sets the things right, ie file appears in its original location
Comment 1•14 years ago
|
||
Until after the freeze, which will occur at 4pm PST today, we should be testing on builder-addons.allizom.org (master), as stage is likely to be the last revision's code.
Comment 3•14 years ago
|
||
This still occurs on live, we need to move the file back to the original location if the file name is a dupe within the destination directory.
Assignee: nobody → smcarthur
Updated•14 years ago
|
Severity: normal → minor
Priority: -- → P3
Target Milestone: --- → Builder 1.0
Comment 4•11 years ago
|
||
the add-on builder project has been retired. More info at https://blog.mozilla.org/addons/2013/12/18/add-on-builder/
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → WONTFIX
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
•