Modify ↓
Opened 20 months ago
#14341 new defect
Option based custom field cannot be saved
| Reported by: | lephilousophe | Owned by: | osimons |
|---|---|---|---|
| Priority: | normal | Component: | CustomFieldAdminPlugin |
| Severity: | normal | Keywords: | Patch |
| Cc: | Trac Release: | 1.6 |
Description
There is a leftover encode call for options field.
In addition, there is a spurious Custom Fields are not correctly sorted. warning because a list is compared to a range (which is not a list anymore in Python 3).
I provide a patch fixing both problems.
Attachments (2)
Note: See
TracTickets for help on using
tickets.



Patch fixing the bug