Modify ↓
Opened 8 years ago
Last modified 5 years ago
#13142 new defect
Checkbox values are not correct parsed
Reported by: | Rochi | Owned by: | osimons |
---|---|---|---|
Priority: | normal | Component: | XmlRpcPlugin |
Severity: | normal | Keywords: | custom-field checkbox |
Cc: | Trac Release: | 1.0 |
Description
Used Software:
Trac 1.0.13 Trac RPC 1.1.7.dev0 Eclipse Neon.3 with Mylyn
Problem
We have some custom ticket fields with type checkbox. Trac uses the values 0 and 1 while saving such a field. With this values the web interface displays the html checkbox as unmarked or marked. But if we save the ticket with Eclipse Mylyn the value is saved as 'true' or 'false'. The trac web interface doesn't understand this values, but Eclipse Mylyn.
So we can either always use Mylyn or the Web interface from trac but not both together.
Attachments (0)
Note: See
TracTickets for help on using
tickets.
See https://github.com/t-kenji/trac-xml-rpc-plugin/pull/3