Avionté bug fixes: Week of November 10

This Front Office update resolves issues affecting job note updates and document type handling in job document uploads. Click the title to review the complete details.

  • All Job Notes Updated Instead of Latest Only

    Resolved an issue where calling the Update a Job endpoint with a value in the notes property caused all job notes to be updated to the same text.

    With this fix, the endpoint now updates only the most recent job note to the value provided in notes. All previous notes remain unchanged. If notes is not provided in the payload, existing notes are not modified.

  • Document Type Ignored When Uploading Job Documents

    Fixed an issue where the Upload a Document to Job endpoint always saved uploaded documents with a Standard document type, even when a different documentType was provided in the payload.

    The endpoint now correctly applies the document type specified in the request, supports custom document types configured in the UI, and defaults to Standard only when no type is provided or the specified type is not valid for the tenant.