reps files to use ticket number not title for case ref

This commit is contained in:
2025-09-11 10:49:47 +01:00
parent 16010f177a
commit c0dbaa2c3f
+1 -1
View File
@@ -317,7 +317,7 @@ export const getServerSideProps = wrapper.getServerSideProps(
const repsFileListObj = await getRepsFilesBlobs( const repsFileListObj = await getRepsFilesBlobs(
result.containerID, result.containerID,
result.caseRef, result.ticketnumber,
result.repfile_name result.repfile_name
); );