From 84fc916c7fca879856d6d0d700583e81a0057e69 Mon Sep 17 00:00:00 2001 From: rdbsolutions Date: Thu, 26 Jun 2025 21:51:50 +0100 Subject: [PATCH] docuemnt location update --- actions/azurestorage.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/actions/azurestorage.js b/actions/azurestorage.js index 5db5aa22..6e019092 100644 --- a/actions/azurestorage.js +++ b/actions/azurestorage.js @@ -428,6 +428,7 @@ export const createRepPDFBlob = async ( caseID: caseID, blobType: "Representation PDF", ishareLocation: whichLocation, + documentLocationId: whichLocation, }; //console.log("the tags:", tags); @@ -614,6 +615,7 @@ export const uploadFile = async (formContent, containerName, foldername) => { documentType: files[prop][0].fieldName.split(".")[1], blobType: "RepresentationFile", ishareLocation: whichLocation, + documentLocationId: whichLocation, }; const withTags = blockBlobClient.setTags(tags); const withMeta = blockBlobClient.setMetadata(tags);