From c2470d3a98090974b6ba643ff231825a9f3dd181 Mon Sep 17 00:00:00 2001 From: dkayiwa Date: Fri, 30 Aug 2024 14:59:31 +0300 Subject: [PATCH] TRUNK-6188: Add whitelisting for components loaded via XStream --- omod/src/main/resources/config.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/omod/src/main/resources/config.xml b/omod/src/main/resources/config.xml index 138e5f51..5813ad37 100644 --- a/omod/src/main/resources/config.xml +++ b/omod/src/main/resources/config.xml @@ -69,6 +69,11 @@ Clean open appointments at end of the day. + + ${project.parent.artifactId}.serializer.whitelist.types + org.openmrs.module.appointmentschedulingui.reporting.converter.AppointmentStatusToLocalizedStatusTypeConverter,org.openmrs.module.appointmentscheduling.reporting.dataset.definition.AppointmentDataSetDefinition + Add whitelisting for components loaded via XStream TRUNK-6188 + ${project.parent.groupId}.${project.parent.artifactId}.AppointmentActivator