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:
@@ -1006,8 +1006,10 @@ let MakeRepresentation = (props) => {
|
|||||||
appealIsConsultation={appealIsConsultation}
|
appealIsConsultation={appealIsConsultation}
|
||||||
currentReference={ticketnumber}
|
currentReference={ticketnumber}
|
||||||
caseTitle={
|
caseTitle={
|
||||||
currentView.currentReference ||
|
currentView?.caseReference?.repDetails
|
||||||
currentView.caseReference.currentReference
|
?.pinswg_name ||
|
||||||
|
currentView?.currentReference ||
|
||||||
|
currentView?.caseReference.currentReference
|
||||||
}
|
}
|
||||||
whichControl={whichControl}
|
whichControl={whichControl}
|
||||||
appealIsLocalImpact={appealIsLocalImpact}
|
appealIsLocalImpact={appealIsLocalImpact}
|
||||||
|
|||||||
@@ -219,10 +219,10 @@ export const createRepresentationRouteRenderers = ({
|
|||||||
currentView.representationSubmitConfirmation !== true &&
|
currentView.representationSubmitConfirmation !== true &&
|
||||||
renderBackCrumb(onRepresentationSubmitBackFromConfirmation)}
|
renderBackCrumb(onRepresentationSubmitBackFromConfirmation)}
|
||||||
|
|
||||||
{currentView.representationSubmit !== true &&
|
{/* {currentView.representationSubmit !== true &&
|
||||||
hasRepDetails &&
|
hasRepDetails &&
|
||||||
repDetails?.representationType !== "Questionnaire" &&
|
repDetails?.representationType !== "Questionnaire" &&
|
||||||
renderBackCrumb(onRepresentationSubmitBackToDetails)}
|
renderBackCrumb(onRepresentationSubmitBackToDetails)} */}
|
||||||
|
|
||||||
{currentView.representationSubmit !== true &&
|
{currentView.representationSubmit !== true &&
|
||||||
hasRepDetails &&
|
hasRepDetails &&
|
||||||
|
|||||||
Reference in New Issue
Block a user