#13418 closed defect (fixed)
Reports don't respect date format preference
| Reported by: | Ryan J Ollos | Owned by: | Jun Omae |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.4.4 |
| Component: | report system | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: |
Respect date relative/absolute format for |
||
| API Changes: | |||
| Internal Changes: | |||
Description (last modified by )
Absolute date for create time is shown for Report {1} even when Relative Datetime preference is set. However, query results respect the datetime format preference.
Attachments (2)
Change History (9)
by , 4 years ago
| Attachment: | Screen Shot 2021-09-04 at 12.10.16.jpg added |
|---|
by , 4 years ago
| Attachment: | Screen Shot 2021-09-04 at 12.09.53.jpg added |
|---|
comment:1 by , 4 years ago
| Description: | modified (diff) |
|---|
comment:2 by , 4 years ago
comment:3 by , 4 years ago
| Owner: | set to |
|---|---|
| Status: | new → assigned |
Proposed changes in [002d772c1/jomae.git] (log:jomae.git@t13418_1.4). absolute_format='datetime' parameter is added to pretty_dateinfo() template function in the changes.
comment:4 by , 4 years ago
I reconsider that we should respect user's preferences for created and modified columns and keep absolute format for time, date and datetime columns in the rendering time columns.
[5c861e681/jomae.git] (log:jomae.git@t13418_1.4_v2)
| Column name | before the changes | after the changes |
|---|---|---|
| created | date and time (absolute) | relative/absolute |
| modified | date and time (absolute) | relative/absolute |
| time | time (absolute) | time (absolute) |
| date | date (absolute) | date (absolute) |
| datetime | date and time (absolute) | date and time (absolute) |
comment:6 by , 4 years ago
| Release Notes: | modified (diff) |
|---|---|
| Resolution: | → fixed |
| Status: | assigned → closed |





I've added the datetime format prefs feature in [10629] (#9777). However, I haven't changed report module at the time. I don't remember the reason….