Monthly logs editor issue
Posted: Thu 02 Feb 2023 1:12 pm
Using the latest build (3221) with an 0900 rollover time. I make the following observations when using the monthly logs editor:
Using developer tools when attempting to save data from the 1st I see this in the response:
- If I enter the start date as the 1st of the month (end date doesn't matter) I am only presented with interval data since the rollover time on the 1st - so 00:00 to 08:59 interval data for the 1st doesn't get displayed.
- If I enter start/end date to display multiple days of data and that range includes the 1st of the month (but not as the start date) then the 00:00 to 08:59 data gets displayed.
- If I attempt to edit any of the visible data from the 1st of the month then the edited value(s) doesn't get saved. This is regardless of date range entered.
Using developer tools when attempting to save data from the 1st I see this in the response:
Code: Select all
{
"errors": {
"General": [
"<br>Dates do not match. FormDate: 01/02/23 10:49, FileDate: 01/01/23 10:49"
]
}
}