Merged PR 2585: added text before make reps button

added text before make reps button

Related work items: #24650
This commit is contained in:
Robert Bond
2026-08-25 09:01:11 +00:00
parent c2d79cf83f
commit 6bf5918387
4 changed files with 64 additions and 4 deletions
+52
View File
@@ -877,6 +877,57 @@ const CaseSummary = (props) => {
<div className="govuk-grid-row">
<div className="govuk-grid-column-full">
<div className="">
{getFormCollectionByID(
appealTypeID
).PrimaryIdAttribute ==
"pinswg_sipscase" &&
isConsultationWindowOpen(
detailsObj
) && (
<p>
{t(
"case:summary-make-consultation-response-para-a"
)}
<Link
target="_blank"
className="govuk-link"
href={t(
"case:summary-make-representation-para-a-link"
)}
>
{t(
"case:summary-make-representation-para-a-label"
)}
</Link>
</p>
)}
{isGeneralRepresentationWindowOpen(
detailsObj
) && (
<div className="govuk-button-group">
{getFormCollectionByID(
appealTypeID
).PrimaryIdAttribute ==
"pinswg_sipscase" && (
<p>
{t(
"case:summary-make-representation-para-a"
)}
<Link
target="_blank"
className="govuk-link"
href={t(
"case:summary-make-representation-para-a-link"
)}
>
{t(
"case:summary-make-representation-para-a-label"
)}
</Link>
</p>
)}
</div>
)}
<div className="govuk-button-group">
{getFormCollectionByID(
appealTypeID
@@ -983,6 +1034,7 @@ const CaseSummary = (props) => {
)}
</>
)}
{isGeneralRepresentationWindowOpen(
detailsObj
) && (