Skip to content

VSN-2301/ fix: repair receipt photo upload and display on mobile

fatima senan a demandé de fusionner feature/VSN-2301 vers develop

Two issues fixed on fuel receipt photos:

  1. Upload:

    • Added driverId as query param
    • receiptId is now passed when editing an existing receipt, avoiding orphaned S3 objects on every update
  2. Display:

    • Existing receipt photos are stored as S3 keys. Added getReceiptPhotoUrl() to fetch a presigned URL from the backend before rendering the image.

Rapports de requête de fusion