Skip to content

Issue 286

Added status and a way to change the status of the parcel: image

@loic.huder I need your help to trigger the endpoint to change the status when a button is clicked. I presume that has to be done with the userResource.

 const parcels = useResource(ParcelResource.listShape(), { investigationId: investigation.id, shipmentId: shipment._id });
 const del = useFetcher(ParcelResource.deleteShape());
Edited by Alejandro De Maria Antolinos

Merge request reports