update tags with ticketnumber not title/ref
This commit is contained in:
@@ -309,7 +309,7 @@ export const createRepBlob = async (formContent, containerName, caseref) => {
|
|||||||
|
|
||||||
const tags = {
|
const tags = {
|
||||||
containerid: containerName,
|
containerid: containerName,
|
||||||
caseID: formContent.caseRef,
|
caseID: formContent.ticketnumber,
|
||||||
blobType: "Representation",
|
blobType: "Representation",
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -317,7 +317,7 @@ export const createRepBlob = async (formContent, containerName, caseref) => {
|
|||||||
const withTags = await blockBlobClient.setTags(tags);
|
const withTags = await blockBlobClient.setTags(tags);
|
||||||
const withMeta = await blockBlobClient.setMetadata(tags);
|
const withMeta = await blockBlobClient.setMetadata(tags);
|
||||||
|
|
||||||
return formContent.pinswg_name;
|
return formContent.ticketnumber;
|
||||||
};
|
};
|
||||||
|
|
||||||
export const createAppealPDFBlob = async (
|
export const createAppealPDFBlob = async (
|
||||||
|
|||||||
Reference in New Issue
Block a user