Closed
Bug 574754
Opened 15 years ago
Closed 15 years ago
changing non-accented character to accented equivalent in addon name throws error
Categories
(Mozilla Labs Graveyard :: FlightDeck, defect)
Mozilla Labs Graveyard
FlightDeck
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: myk, Unassigned)
Details
When I change a non-accented vowel to its accented equivalent or vice-versa (f.e. from e to é) in the name of my add-on and then press the Save button, FD displays the error message:
Error 403
FORBIDDEN
You already have a addon with that name
FD should instead change the name as specified.
Comment 1•15 years ago
|
||
I couldn't reproduce on localhost and flightdeck (both sqlite3).
I changed the code so the check for the duplicate package excludes the one the test is run against. (I think full_name=full_name may pass on MySQL database for such change)
http://github.com/zalun/FlightDeck/commit/a51fca686a1caa6de2a879d0007444a8e015fa54
| Reporter | ||
Updated•15 years ago
|
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•