- REST API: Added details in the response to help explain why time entry POST and PATCH requests get rejected with a “DateLocked” error. Examples of why a request may get rejected are your company lock date, person start and end dates, and the status of a timesheet.
- REST API: When two simultaneous requests to delete the same time entry occurs using DELETE /TimeEntries, we now properly return a success message for one request and a 404 response for the second request.
- Project Approvals: Prevent the deactivation of a Project Manager for a project that has time waiting for approval. You’ll need to either approve/reject the time waiting for approval or reassign a new project manager in order to deactivate the person.
Categories