From 3c7f2e5d578c8d13a7c460ebde8b1fb19c1f7786 Mon Sep 17 00:00:00 2001 From: Jeremy Curcio Date: Wed, 23 Aug 2023 08:27:28 -0400 Subject: [PATCH 1/2] Add to the IEP message changelog: Internal, Cleanup, Add a message when attempting to destroy records with an In Person Enrollment associated with it --- lib/cleanup/destroyable_records.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/cleanup/destroyable_records.rb b/lib/cleanup/destroyable_records.rb index fb417a8109b..884f840798a 100644 --- a/lib/cleanup/destroyable_records.rb +++ b/lib/cleanup/destroyable_records.rb @@ -29,7 +29,8 @@ def print_data stdout.puts '********' stdout.puts "This provider has #{in_person_enrollments.size} in person enrollments " \ - "that will be destroyed" + "that will be destroyed - Please handle these removals manually. " \ + "https://cm-jira.usa.gov/browse/LG-10679?focusedId=1685546&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-1685546" stdout.puts "\n" stdout.puts '*******' From d9e9f2eabfb7bb4097ffb4dae06c6962ae3122a6 Mon Sep 17 00:00:00 2001 From: Jeremy Curcio Date: Wed, 23 Aug 2023 09:28:53 -0400 Subject: [PATCH 2/2] Update lib/cleanup/destroyable_records.rb Co-authored-by: Michael <107054114+mmagsa@users.noreply.github.com> --- lib/cleanup/destroyable_records.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cleanup/destroyable_records.rb b/lib/cleanup/destroyable_records.rb index 884f840798a..31228211269 100644 --- a/lib/cleanup/destroyable_records.rb +++ b/lib/cleanup/destroyable_records.rb @@ -30,7 +30,7 @@ def print_data stdout.puts '********' stdout.puts "This provider has #{in_person_enrollments.size} in person enrollments " \ "that will be destroyed - Please handle these removals manually. " \ - "https://cm-jira.usa.gov/browse/LG-10679?focusedId=1685546&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-1685546" + "For more details check https://cm-jira.usa.gov/browse/LG-10679" stdout.puts "\n" stdout.puts '*******'