docuemnt location update

This commit is contained in:
2025-06-26 21:51:50 +01:00
parent f39bdee1ee
commit 84fc916c7f
+2
View File
@@ -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);