Modify ↓
#10853 closed defect (fixed)
Custom time ticket field default value
| Reported by: | Peter Suter | Owned by: | Peter Suter |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.1.1 |
| Component: | ticket system | Version: | |
| Severity: | normal | Keywords: | datetime |
| Cc: | ryan.j.ollos@… | Branch: | |
| Release Notes: |
In new tickets, custom |
||
| API Changes: | |||
| Internal Changes: | |||
Description
The new custom time fields from #1942 should support a default value as described on TracTicketsCustomFields for all other types.
Currently, if such a default is specified creating a new ticket fails with TypeError: expecting datetime, int, long, float, or None; got <type 'unicode'>.
Attachments (1)
Change History (4)
by , 13 years ago
| Attachment: | T10853-time-field-default.diff added |
|---|
comment:1 by , 13 years ago
| Cc: | added |
|---|
comment:2 by , 13 years ago
| Release Notes: | modified (diff) |
|---|---|
| Resolution: | → fixed |
| Status: | new → closed |
comment:3 by , 13 years ago
| Owner: | set to |
|---|
Note:
See TracTickets
for help on using tickets.



Applied in [11351].