View Issue Details

IDProjectCategoryView StatusLast Update
0006006Composrcorepublic2024-10-16 18:48
ReporterPatrick SchmalstigAssigned ToChris Graham 
SeverityMinor-bug 
Status assignedResolutionopen 
Product Version 
Fixed in Version 
Summary0006006: Change timezone to key_timezone in POST params for filters
DescriptionTo fix time zone issues with fields, I had to modify how they process data / components. There is no-longer a "global" time zone parameter. Instead, every date-time field has its own time zone parameter.

As such, using 'timezone' as a POST parameter will no longer work. Instead, you must use fieldname_timezone.

For example, on a t_time database field, instead of 'timezone', use 'filter_t_time_timezone'.

I do not know where all in the code this must be changed because I haven't dealt much with filtercode. Thus, I am assigning to Chris.
TagsRoadmap: v11
Time estimation (hours)
Sponsorship open

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2024-10-16 18:48 Patrick Schmalstig New Issue
2024-10-16 18:48 Patrick Schmalstig Status non-assigned => assigned
2024-10-16 18:48 Patrick Schmalstig Assigned To => Chris Graham
2024-10-16 18:48 Patrick Schmalstig Tag Attached: Roadmap: v11