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-grid-column-full govuk-!-padding-left-0">
|
||||||
<div className="govuk-button-group">
|
<div className="govuk-button-group">
|
||||||
<p className="govuk-body">
|
<p className="govuk-body">
|
||||||
|
{
|
||||||
|
props
|
||||||
|
.currentView
|
||||||
|
.caseReference
|
||||||
|
.appealType
|
||||||
|
}
|
||||||
The
|
The
|
||||||
representation
|
representation
|
||||||
period for
|
period for
|
||||||
@@ -501,9 +507,17 @@ const CaseSummary = (props) => {
|
|||||||
detailsObj.pinswg_startdate
|
detailsObj.pinswg_startdate
|
||||||
)}{" "}
|
)}{" "}
|
||||||
and{" "}
|
and{" "}
|
||||||
{formatDates(
|
{props
|
||||||
detailsObj.pinswg_finalcommentsduedate
|
.currentView
|
||||||
)}
|
.caseReference
|
||||||
|
.appealType ==
|
||||||
|
846040019
|
||||||
|
? formatDates(
|
||||||
|
detailsObj.pinswg_statementduedate
|
||||||
|
)
|
||||||
|
: formatDates(
|
||||||
|
detailsObj.pinswg_finalcommentsduedate
|
||||||
|
)}
|
||||||
<br />
|
<br />
|
||||||
You can make
|
You can make
|
||||||
a
|
a
|
||||||
@@ -1135,7 +1149,7 @@ const CaseSummary = (props) => {
|
|||||||
props.searchResultsObj.searchDetailsObj[0].value[0]
|
props.searchResultsObj.searchDetailsObj[0].value[0]
|
||||||
.pinswg_startdate,
|
.pinswg_startdate,
|
||||||
props.searchResultsObj.searchDetailsObj[0].value[0]
|
props.searchResultsObj.searchDetailsObj[0].value[0]
|
||||||
.pinswg_statementduedate
|
.pinswg_finalcommentsduedate
|
||||||
)
|
)
|
||||||
: true;
|
: true;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user