Merged PR 2300: updated final comments matching string

updated  final comments matching string

Related work items: #22842
This commit is contained in:
Robert Bond
2026-05-08 10:31:27 +00:00
parent 12a28a4be0
commit 0b02acf035
+3 -3
View File
@@ -477,7 +477,7 @@ export const createRepPDFBlob = async (
: await blockBlobClient.uploadStream(content);
const locationMap = [
{ key: "_IP_Comments_", value: "846040038" }, // most specific first
{ key: "_IP_-_Comments_", value: "846040038" }, // most specific first
{ key: "_IP_", value: "846040005" },
{ key: "_Statement_", value: "846040002" },
{ key: "_Questionnaire_", value: "846040001" },
@@ -644,7 +644,7 @@ export const uploadFile = async (formContent, containerName, foldername) => {
],
value: "846040000"
},
{ match: ["_IP_Comments_"], value: "846040038" },
{ match: ["_IP_-_Comments_"], value: "846040038" },
{
match: ["_Consultation_Response_"],
value: "846040036"
@@ -778,7 +778,7 @@ export const uploadSingleFile = async (
value: "846040000"
},
{ pattern: /_IP_Comments_/, value: "846040038" },
{ pattern: /_IP_-_Comments_/, value: "846040038" },
{ pattern: /_IP_/, value: "846040005" },
{ pattern: /_Statement_/, value: "846040002" },
{ pattern: /_Questionnaire_/, value: "846040001" },