Skip to content

Commit e745ce6

Browse files
authored
Remove redundant refdata redaction (#126)
1 parent 6fad377 commit e745ce6

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/main/java/org/folio/anonymization/jobs/FreeTextRedaction.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,6 @@ public class FreeTextRedaction implements JobFactory {
160160
new FieldReference("agreements", "document_attachment", "da_name"),
161161
new FieldReference("agreements", "entitlement", "ent_description"),
162162
new FieldReference("agreements", "persistent_job", "job_name"),
163-
new FieldReference("agreements", "refdata_value", "rdv_label"),
164163
new FieldReference("circulation_storage", "cancellation_reason", "jsonb", "$.description"),
165164
new FieldReference("circulation_storage", "cancellation_reason", "jsonb", "$.publicDescription"),
166165
new FieldReference("data_export", "job_profiles", "jsonb", "$.description"),
@@ -210,7 +209,6 @@ public class FreeTextRedaction implements JobFactory {
210209
new FieldReference("organizations_storage", "privileged_contacts", "jsonb", "$.emails[*].description"),
211210
new FieldReference("organizations_storage", "privileged_contacts", "jsonb", "$.urls[*].description"),
212211
new FieldReference("roles_keycloak", "role", "description"),
213-
new FieldReference("service_interaction", "refdata_value", "rdv_label"),
214212
new FieldReference("service_interaction", "dashboard", "dshb_name"),
215213
new FieldReference("service_interaction", "dashboard", "dshb_description"),
216214
new FieldReference("service_interaction", "widget_instance", "wins_name"),

0 commit comments

Comments
 (0)