Opened 19 years ago
Closed 19 years ago
#2057 closed enhancement (duplicate)
Ability to extend which report columns formatted as a date/time
Reported by: | Owned by: | Jonas Borgström | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | general | Version: | 0.8.4 |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
I am trying to write a report that uses the date of the milestone associated with a ticket as a due date for the ticket, that is in a column labelled due date. However, the current code only formats columns whose names are time, date, changetime, created, and modified as dates. I looked at the report generation code and it seems that the formatting is applied if the column name is within a set of names. Could this be modified to make the set of names customizable in the INI file or an admin-parameter?
This is a duplicate of #1996