Modify ↓
Opened 9 years ago
Closed 9 years ago
#12502 closed defect (wontfix)
Setting end_date to a value smaller than start_date results in -xx days duration.
Reported by: | mzimm | Owned by: | Ryan J Ollos |
---|---|---|---|
Priority: | normal | Component: | DateFieldPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 1.0 |
Description
If you set the end date of a ticket to a date before the ticket start date, it will accept the input and shows a negative duration.
There should be some basic input check.
Attachments (0)
Note: See
TracTickets for help on using
tickets.
That's out of scope for this plugin, but you could implement it using ITicketManipulator or in JavaScript. Please ask on the trac:MailingList if you have additional questions about that.