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.
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.