Merged PR 2504: amend paths for reps to exclude long titles
amend paths for reps to exclude long titles Related work items: #24279
This commit is contained in:
@@ -571,7 +571,7 @@ let MakeRepresentation = (props) => {
|
||||
loggedinUserEmail
|
||||
} = props.props;
|
||||
const incidentID = props.appealType.caseReference.incidentid;
|
||||
const currentRef = caseReferenceObj.currentReference;
|
||||
const currentRef = caseReferenceObj.ticketnumber;
|
||||
const containerID = accountDetails.containerID;
|
||||
|
||||
setSavingStatus(useSaveStatus);
|
||||
@@ -1004,7 +1004,9 @@ let MakeRepresentation = (props) => {
|
||||
<RepresentationFlowFormStage
|
||||
t={t}
|
||||
appealIsConsultation={appealIsConsultation}
|
||||
currentReference={
|
||||
currentReference={ticketnumber}
|
||||
caseTitle={
|
||||
currentView.currentReference ||
|
||||
currentView.caseReference.currentReference
|
||||
}
|
||||
whichControl={whichControl}
|
||||
|
||||
Reference in New Issue
Block a user