Merged PR 2300: updated final comments matching string
updated final comments matching string Related work items: #22842
This commit is contained in:
@@ -477,7 +477,7 @@ export const createRepPDFBlob = async (
|
|||||||
: await blockBlobClient.uploadStream(content);
|
: await blockBlobClient.uploadStream(content);
|
||||||
|
|
||||||
const locationMap = [
|
const locationMap = [
|
||||||
{ key: "_IP_Comments_", value: "846040038" }, // most specific first
|
{ key: "_IP_-_Comments_", value: "846040038" }, // most specific first
|
||||||
{ key: "_IP_", value: "846040005" },
|
{ key: "_IP_", value: "846040005" },
|
||||||
{ key: "_Statement_", value: "846040002" },
|
{ key: "_Statement_", value: "846040002" },
|
||||||
{ key: "_Questionnaire_", value: "846040001" },
|
{ key: "_Questionnaire_", value: "846040001" },
|
||||||
@@ -644,7 +644,7 @@ export const uploadFile = async (formContent, containerName, foldername) => {
|
|||||||
],
|
],
|
||||||
value: "846040000"
|
value: "846040000"
|
||||||
},
|
},
|
||||||
{ match: ["_IP_Comments_"], value: "846040038" },
|
{ match: ["_IP_-_Comments_"], value: "846040038" },
|
||||||
{
|
{
|
||||||
match: ["_Consultation_Response_"],
|
match: ["_Consultation_Response_"],
|
||||||
value: "846040036"
|
value: "846040036"
|
||||||
@@ -778,7 +778,7 @@ export const uploadSingleFile = async (
|
|||||||
value: "846040000"
|
value: "846040000"
|
||||||
},
|
},
|
||||||
|
|
||||||
{ pattern: /_IP_Comments_/, value: "846040038" },
|
{ pattern: /_IP_-_Comments_/, value: "846040038" },
|
||||||
{ pattern: /_IP_/, value: "846040005" },
|
{ pattern: /_IP_/, value: "846040005" },
|
||||||
{ pattern: /_Statement_/, value: "846040002" },
|
{ pattern: /_Statement_/, value: "846040002" },
|
||||||
{ pattern: /_Questionnaire_/, value: "846040001" },
|
{ pattern: /_Questionnaire_/, value: "846040001" },
|
||||||
|
|||||||
Reference in New Issue
Block a user