Actions
Feature #13001
closedstart_at should be filled in even for immediate tasks
Description
Otherwise it complicates task searching and listing. Namely when printing this info we'd have to do start_at || started_at, for searching we'd have to write custom scoped_search method, for sorting we'd have to provide SQL snippet that would select the value that is present in ORDER BY.
Updated by Marek Hulán over 9 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 2f759531a5875a5cb813dce925472fed0a6e1e5b.
Actions