From b00a2c0733a74cb9ee78af44088f7a02b749fdf2 Mon Sep 17 00:00:00 2001 From: Robert Bond Date: Tue, 14 Jul 2026 16:13:11 +0000 Subject: [PATCH] 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 --- components/case/representation/consultationAgent.js | 3 ++- components/case/representation/consultationAppellant.js | 5 ++++- .../case/representation/consultationInterestedPartyPerson.js | 3 ++- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/components/case/representation/consultationAgent.js b/components/case/representation/consultationAgent.js index ee3d8984..dc3d3d29 100644 --- a/components/case/representation/consultationAgent.js +++ b/components/case/representation/consultationAgent.js @@ -215,7 +215,8 @@ const ConsultationAgent = (props) => { "myrepresentations:add-files-label" )} ticketnumber={ - props.props.caseReference + props.currentView.caseReference + .ticketnumber } hint={"sdsd"} fileList={ diff --git a/components/case/representation/consultationAppellant.js b/components/case/representation/consultationAppellant.js index f7075a33..a50041d4 100644 --- a/components/case/representation/consultationAppellant.js +++ b/components/case/representation/consultationAppellant.js @@ -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 diff --git a/components/case/representation/consultationInterestedPartyPerson.js b/components/case/representation/consultationInterestedPartyPerson.js index ac00fa5e..b5244c94 100644 --- a/components/case/representation/consultationInterestedPartyPerson.js +++ b/components/case/representation/consultationInterestedPartyPerson.js @@ -223,7 +223,8 @@ const ConsultationInterestedPartyPerson = (props) => { "myrepresentations:add-files-label" )} ticketnumber={ - props.props.caseReference + props.currentView.caseReference + .ticketnumber } hint={"sdsd"} fileList={