Modify ↓
Opened 18 years ago
Closed 18 years ago
#4301 closed defect (fixed)
IContentConverter sorting issue
Reported by: | Owned by: | Christian Boos | |
---|---|---|---|
Priority: | high | Milestone: | 0.10.3 |
Component: | general | Version: | 0.10.2 |
Severity: | major | Keywords: | mimeview |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
Mimeview.get_supported_conversions()
sorts the converter list using index -1 as the key. This should be -2, corresponding to the quality value instead of the converter object.
This affects both 0.10 and 0.11.
Attachments (0)
Change History (3)
comment:1 by , 18 years ago
Summary: | IContentConvert sorting issue → IContentConverter sorting issue |
---|
comment:2 by , 18 years ago
Owner: | changed from | to
---|---|
Priority: | normal → high |
Status: | new → assigned |
Note:
See TracTickets
for help on using tickets.
Dammit! Good catch, Noah.