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
When we make an update of a time_entry with the field start_date as empty string, e.g. : start_date : '' the backend returns the message: 'there is another time_entry in that range'.
It should throw another error message, given that there is no valid date to compare with those that exist in the DB.