Merged PR 1704: docuemnt location update
docuemnt location update Related work items: #12956
This commit is contained in:
@@ -428,6 +428,7 @@ export const createRepPDFBlob = async (
|
|||||||
caseID: caseID,
|
caseID: caseID,
|
||||||
blobType: "Representation PDF",
|
blobType: "Representation PDF",
|
||||||
ishareLocation: whichLocation,
|
ishareLocation: whichLocation,
|
||||||
|
documentLocationId: whichLocation,
|
||||||
};
|
};
|
||||||
|
|
||||||
//console.log("the tags:", tags);
|
//console.log("the tags:", tags);
|
||||||
@@ -614,6 +615,7 @@ export const uploadFile = async (formContent, containerName, foldername) => {
|
|||||||
documentType: files[prop][0].fieldName.split(".")[1],
|
documentType: files[prop][0].fieldName.split(".")[1],
|
||||||
blobType: "RepresentationFile",
|
blobType: "RepresentationFile",
|
||||||
ishareLocation: whichLocation,
|
ishareLocation: whichLocation,
|
||||||
|
documentLocationId: whichLocation,
|
||||||
};
|
};
|
||||||
const withTags = blockBlobClient.setTags(tags);
|
const withTags = blockBlobClient.setTags(tags);
|
||||||
const withMeta = blockBlobClient.setMetadata(tags);
|
const withMeta = blockBlobClient.setMetadata(tags);
|
||||||
|
|||||||
Reference in New Issue
Block a user