Merged PR 2475: updated file location for consultations to be correct ticket number not title

updated file location for consultations to be correct ticket number not title

Related work items: #24279
This commit is contained in:
Robert Bond
2026-07-14 16:13:11 +00:00
parent d7a73b7b0b
commit b00a2c0733
3 changed files with 8 additions and 3 deletions
@@ -215,7 +215,8 @@ const ConsultationAgent = (props) => {
"myrepresentations:add-files-label"
)}
ticketnumber={
props.props.caseReference
props.currentView.caseReference
.ticketnumber
}
hint={"sdsd"}
fileList={
@@ -189,7 +189,10 @@ const ConsultationAppellant = (props) => {
label={t(
"myrepresentations:add-files-label"
)}
ticketnumber={props.props.caseReference}
ticketnumber={
props.currentView.caseReference
.ticketnumber
}
hint={"sdsd"}
fileList={
props.currentView.fileList
@@ -223,7 +223,8 @@ const ConsultationInterestedPartyPerson = (props) => {
"myrepresentations:add-files-label"
)}
ticketnumber={
props.props.caseReference
props.currentView.caseReference
.ticketnumber
}
hint={"sdsd"}
fileList={