Skip to content

Commit

Permalink
CIV-6796 ga hearing notice (#2185)
Browse files Browse the repository at this point in the history
* CIV-6010 allow role "hearing-schedule-access" to access GA

* CIV-6010 rename to exclusion

* CIV-6010 rename to exclusion

* CIV-6011 cve

* CIV-6011 revert

* CIV-6796 allow systemupdate to update hearingdocuments field

* CIV-6796 copy ga hearing notice pdf to main

* CIV-6796 create new doc type for CIV-7058

* CIV-6796 move hearing notice to a new section

---------

Co-authored-by: vasudevganesanhmcts <[email protected]>
  • Loading branch information
pliao-hmcts and vasudevganesanhmcts authored Feb 10, 2023
1 parent c5842e3 commit 7a3c14f
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[
{
"CaseTypeID": "CIVIL",
"CaseFieldID": "hearingOrderDocument",
"CaseFieldID": "hearingNoticeDocument",
"AccessControl": [
{
"UserRoles": [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[
{
"CaseTypeID": "CIVIL",
"CaseFieldID": "hearingOrderDocument",
"CaseFieldID": "hearingNoticeDocument",
"UserRole": "caseworker-caa",
"CRUD": "CRU"
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[
{
"CaseTypeID": "CIVIL",
"CaseFieldID": "hearingOrderDocument",
"CaseFieldID": "hearingNoticeDocument",
"CRUD": "R",
"UserRole": "caseworker-civil-staff"
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[
{
"CaseTypeID": "CIVIL",
"CaseFieldID": "hearingOrderDocument",
"CaseFieldID": "hearingNoticeDocument",
"UserRole": "caseworker-civil-systemupdate",
"CRUD": "CRUD"
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[
{
"CaseTypeID": "CIVIL",
"ID": "hearingOrderDocument",
"ID": "hearingNoticeDocument",
"Label": "Hearing Notice",
"FieldType": "Collection",
"FieldTypeParameter": "CaseDocument",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"TabID": "Documents",
"TabLabel": "Claim documents",
"TabDisplayOrder": 4,
"CaseFieldID": "hearingOrderDocument",
"CaseFieldID": "hearingNoticeDocument",
"TabFieldDisplayOrder": 8,
"DisplayContextParameter": "#TABLE(documentType, createdDatetime, documentLink)"
}
Expand Down

0 comments on commit 7a3c14f

Please sign in to comment.