Merged PR 2537: adjusted back button on first page of reopend rep

adjusted back button on first page of reopend rep

Related work items: #24488
This commit is contained in:
Robert Bond
2026-08-04 10:42:07 +00:00
parent 6462bd5163
commit 90e8cacf67
2 changed files with 6 additions and 4 deletions
+4 -2
View File
@@ -1006,8 +1006,10 @@ let MakeRepresentation = (props) => {
appealIsConsultation={appealIsConsultation}
currentReference={ticketnumber}
caseTitle={
currentView.currentReference ||
currentView.caseReference.currentReference
currentView?.caseReference?.repDetails
?.pinswg_name ||
currentView?.currentReference ||
currentView?.caseReference.currentReference
}
whichControl={whichControl}
appealIsLocalImpact={appealIsLocalImpact}
+2 -2
View File
@@ -219,10 +219,10 @@ export const createRepresentationRouteRenderers = ({
currentView.representationSubmitConfirmation !== true &&
renderBackCrumb(onRepresentationSubmitBackFromConfirmation)}
{currentView.representationSubmit !== true &&
{/* {currentView.representationSubmit !== true &&
hasRepDetails &&
repDetails?.representationType !== "Questionnaire" &&
renderBackCrumb(onRepresentationSubmitBackToDetails)}
renderBackCrumb(onRepresentationSubmitBackToDetails)} */}
{currentView.representationSubmit !== true &&
hasRepDetails &&