Edgewall Software

Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#10853 closed defect (fixed)

Custom time ticket field default value — at Version 2

Reported by: Peter Suter Owned by:
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 time ticket fields may default to an absolute or relative date / time.

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'>.

Change History (3)

by Peter Suter, 12 years ago

comment:1 by Ryan J Ollos <ryan.j.ollos@…>, 12 years ago

Cc: ryan.j.ollos@… added

comment:2 by Peter Suter, 12 years ago

Release Notes: modified (diff)
Resolution: fixed
Status: newclosed

Applied in [11351].

Note: See TracTickets for help on using tickets.