Opened 11 years ago
Last modified 11 years ago
#9845 new bug
[FileTypes] Add/Remove features don't work
Reported by: | diver | Owned by: | bonefish |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Preferences/FileTypes | Version: | R1/Package Management |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
While trying to add a new file type I'm getting an error:
Could not install file type: No Error (11)
Clicking Remove button silently fails with no error.
Note:
See TracTickets
for help on using tickets.
The "Add" part is fixed in c09ec54a59c4514e55e256a2fcfc65ee5852060f. "Remove" does work for user-added types. It doesn't for types that are defined in packages. The way to go is probably to disable the "Remove" button in this case. This requires an API extension, though. There was some related discussion on the commit mailing list.