set documentlocationid

This commit is contained in:
2025-05-08 12:53:25 +01:00
parent 7f5fd90a17
commit c0b23fff6c
2 changed files with 4 additions and 2 deletions
+2
View File
@@ -429,6 +429,7 @@ export const createRepPDFBlob = async (
containerid: containerName,
caseID: caseID,
blobType: "Representation PDF",
documentLocationId: whichLocation,
ishareLocation: whichLocation,
};
@@ -615,6 +616,7 @@ export const uploadFile = async (formContent, containerName, foldername) => {
caseID: foldername.split("/")[0],
documentType: files[prop][0].fieldName.split(".")[1],
blobType: "RepresentationFile",
documentLocationId: whichLocation,
ishareLocation: whichLocation,
};
const withTags = blockBlobClient.setTags(tags);