Skip to content

Commit

Permalink
CIV-13777 minti default judgment (#4608)
Browse files Browse the repository at this point in the history
* publish claimvalue for minti default judgment

* Publish on notification event after default judgement
  • Loading branch information
drummondjm authored Jul 31, 2024
1 parent 2015a98 commit 761b6aa
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -129,5 +129,16 @@
"FieldDisplayOrder": 16,
"DisplayContext": "READONLY",
"Publish": "Y"
},
{
"CaseTypeID": "CIVIL",
"CaseEventID": "NOTIFY_INTERIM_JUDGMENT_DEFENDANT",
"CaseFieldID": "claimValue",
"PageDisplayOrder": 1,
"PageFieldDisplayOrder": 22,
"DisplayContext": "READONLY",
"PageID": "WorkAllocationIntegrationFields",
"ShowSummaryChangeOption": "N",
"Publish": "Y"
}
]

0 comments on commit 761b6aa

Please sign in to comment.