@@ -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