21099 update filename validation with #

This commit is contained in:
2026-01-20 15:20:54 +00:00
parent 737b74539d
commit e6b0b0763a
4 changed files with 218 additions and 65 deletions
+2 -1
View File
@@ -304,6 +304,7 @@ export const getServerSideProps = wrapper.getServerSideProps(
"incidentid": result.incidentID,
"appealType": result.appealType,
"repDetails": result,
"filesList": result.filesList,
})
);
@@ -318,7 +319,7 @@ export const getServerSideProps = wrapper.getServerSideProps(
const repsFileListObj = await getRepsFilesBlobs(
result.containerID,
result.ticketnumber,
result.ticketnumber || result.caseRef,
result.repfile_name
);