Shift selector with shift that should go into the next day defaults to the day before. #36
Labels
bug
Something isn't working
Content-Length: 207481 | pFad | http://github.com/isaozler/grafana-shift-selector/issues/36
D8Fetched URL: http://github.com/isaozler/grafana-shift-selector/issues/36
Alternative Proxies:
For example:
I have data from 2024-04-14 00:00:00 to 2024-04-16 12:00:00
2 shift selectors, 05:00:00-17:00:00 and 17:00:00-05:00:00
On day 2024-04-15 I select shift 05-17 and it gives me the data from 2024-04-15 05:00:00 - 17:00:00
When I select shift 17-05 it automatically adjusts the timerange to 2024-04-14 05:00:00 to 2024-04-15 17:00:00 when it should show me 2024-04-15 17:00:00 to 2024-04-16 05:00:00
{ "static": { "shifts": [ { "group": "Group 2", "group_uuid": "group_uuid_2", "uuid": "shift_uuid_1", "label": "Ochtend", "startTime": "05:00:00", "endTime": "17:00:00", "order": 1 }, { "group": "Group 2", "group_uuid": "group_uuid_2", "uuid": "shift_uuid_2", "label": "Avond", "startTime": "17:00:00", "endTime": "05:00:00", "order": 2 } ] } }
The text was updated successfully, but these errors were encountered: