Skip to content

Commit

Permalink
PI-2209 modify ignore message (#3831)
Browse files Browse the repository at this point in the history
* PI-2209 modify ignore message

Signed-off-by: Amardeep Chimber <[email protected]>

* PI-2209 modify ignore message

Signed-off-by: Amardeep Chimber <[email protected]>

* PI-2209 modify ignore message

Signed-off-by: Amardeep Chimber <[email protected]>

* PI-2209 modify ignore message

Signed-off-by: Amardeep Chimber <[email protected]>

---------

Signed-off-by: Amardeep Chimber <[email protected]>
  • Loading branch information
achimber-moj authored May 23, 2024
1 parent 353560e commit 4987200
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ object PrisonCaseNoteFilters {
PrisonCaseNoteFilter("Prisoner being transferred") {
it.locationId == "TRN"
},
PrisonCaseNoteFilter("OCG Alert Security") {
PrisonCaseNoteFilter("Filtered due to data sharing restrictions") {
it.text?.contains("Do not share with offender and OCG Nominal") == true
},
)
Expand Down

0 comments on commit 4987200

Please sign in to comment.