Merged PR 1184: updated display criteria
updated display criteria Related work items: #11380
This commit is contained in:
@@ -492,6 +492,12 @@ const CaseSummary = (props) => {
|
||||
<div className="govuk-grid-column-full govuk-!-padding-left-0">
|
||||
<div className="govuk-button-group">
|
||||
<p className="govuk-body">
|
||||
{
|
||||
props
|
||||
.currentView
|
||||
.caseReference
|
||||
.appealType
|
||||
}
|
||||
The
|
||||
representation
|
||||
period for
|
||||
@@ -501,9 +507,17 @@ const CaseSummary = (props) => {
|
||||
detailsObj.pinswg_startdate
|
||||
)}{" "}
|
||||
and{" "}
|
||||
{formatDates(
|
||||
detailsObj.pinswg_finalcommentsduedate
|
||||
)}
|
||||
{props
|
||||
.currentView
|
||||
.caseReference
|
||||
.appealType ==
|
||||
846040019
|
||||
? formatDates(
|
||||
detailsObj.pinswg_statementduedate
|
||||
)
|
||||
: formatDates(
|
||||
detailsObj.pinswg_finalcommentsduedate
|
||||
)}
|
||||
<br />
|
||||
You can make
|
||||
a
|
||||
@@ -1135,7 +1149,7 @@ const CaseSummary = (props) => {
|
||||
props.searchResultsObj.searchDetailsObj[0].value[0]
|
||||
.pinswg_startdate,
|
||||
props.searchResultsObj.searchDetailsObj[0].value[0]
|
||||
.pinswg_statementduedate
|
||||
.pinswg_finalcommentsduedate
|
||||
)
|
||||
: true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user