#6006 - Change timezone to key_timezone in POST params for filters
| Identifier | #6006 |
|---|---|
| Issue type | Minor issue (breaks specific functionality) |
| Title | Change timezone to key_timezone in POST params for filters |
| Status | Open |
| Tags |
Roadmap: v11 (custom) |
| Handling member | Chris Graham |
| Addon | core |
| Description | To 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. |
| Steps to reproduce | |
| Funded? | No |
The system will post a comment when this issue is modified (e.g., status changes). To be notified of this, click "Enable comment notifications".
Comments
There have been no comments yet