Skip to content

Commit

Permalink
Update workbasket input fields test
Browse files Browse the repository at this point in the history
  • Loading branch information
adamg-hmcts committed Nov 13, 2024
1 parent cfc2d82 commit 5fe4b41
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@ private void buildWorkBasketInputFields() {
.field(CaseData::getCaseName, "Case name")
.field(CaseData::getFamilyManCaseNumber, "FamilyMan case number")
.field(CaseData::getHearingDetails, "Hearing Details", LOCAL_AUTHORITY)
.field(CaseData::getHearingDetails, "Hearing Details", HMCTS_ADMIN)
.field("hearingPreferencesWelsh", "Is in Welsh")
.caseReferenceField()
.field(CaseData::getDateSubmitted, "Date submitted", "", "#DATETIMEDISPLAY(d MMMM yyyy)")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,13 @@
"LiveFrom": "01/01/2017",
"CaseFieldID": "standardDirectionOrder"
},
{
"CRUD": "R",
"CaseTypeID": "CARE_SUPERVISION_EPO",
"UserRole": "caseworker-publiclaw-courtadmin",
"LiveFrom": "01/01/2017",
"CaseFieldID": "hearingDetails"
},
{
"CRUD": "R",
"CaseTypeID": "CARE_SUPERVISION_EPO",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@
"UserRole" : "caseworker-publiclaw-solicitor",
"Label" : "Hearing Details"
},
{
"LiveFrom" : "01/01/2017",
"CaseTypeID" : "CARE_SUPERVISION_EPO",
"CaseFieldID" : "hearingDetails",
"UserRole" : "caseworker-publiclaw-courtadmin",
"Label" : "Hearing Details"
},
{
"LiveFrom": "01/01/2017",
"CaseTypeID": "CARE_SUPERVISION_EPO",
Expand Down

0 comments on commit 5fe4b41

Please sign in to comment.