Jake B.
Well-known member
- Affected version
- 2.1.X
Say I have a
ThemeHouse/AddOnA
add-on already, and then create an add-on that has an incorrect casing, for example, Themehouse/AddOnB
it will create the files for it in src/addons/ThemeHouse/AddOnB
since the directory already exists, and the OS doesn't know any better. However, it will be inserted into the database as Themehouse/AddOnB
, so trying to uninstall it with the CLI fails and says the add-on doesn't exist, and the dropdown menu in the admin interface is empty so you have to delete it through the database directly to fix it