You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
There are a couple of bugs:
1: You can't enter a two digit (higher than 9) hour manually.
2. when setting the end time manually, before completely entering the time, it sometimes changes the start time because it thinks that the end time is before the start time.
To Reproduce
Steps to reproduce the behavior:
Go to 'timesheet/list'
Add a manual time
Set the start time
Start setting the end time
See that the start time changes by itself
Expected behavior
Start time remains unchanged
The text was updated successfully, but these errors were encountered:
You can't enter a two digit (higher than 9) hour manually.
Yeah the date format is wrongly defined. You can configure the American24h, British or German date locale in the settings, they work fine.
when setting the end time manually, before completely entering the time, it sometimes changes the start time because it thinks that the end time is before the start time.
This is kinda by design. The start date will be auto adjusted if the end date is valid and before the start date. But yeah, the user experience could be improved on that.
Describe the bug
There are a couple of bugs:
1: You can't enter a two digit (higher than 9) hour manually.
2. when setting the end time manually, before completely entering the time, it sometimes changes the start time because it thinks that the end time is before the start time.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Start time remains unchanged
The text was updated successfully, but these errors were encountered: