21099 update filename validation with #
This commit is contained in:
@@ -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
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user