You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
logger.notice("Unenrolling from study '\(enrollment.studyId)' (\(enrollment.studyBundle?.studyDefinition.metadata.title.localizedString()??""))")
467
+
logger.notice("Unenrolling from study '\(enrollment.studyId)' (\(enrollment.studyBundle?.studyDefinition.metadata.title[.enUS]??""))")
468
468
do{
469
469
// Delete all Tasks associated with this study.
470
470
// Note that we do this by simply fetching & deleting all Tasks with a matching prefix,
@@ -644,7 +644,7 @@ extension StudyManager {
644
644
extensionStudyManager{
645
645
privatefunc handleStudyLifecycleEvent(_ event:StudyLifecycleEvent, for studyBundle:StudyBundle, at date:Date){
646
646
logger.notice(
647
-
"Handling study lifecycle event '\(String(describing: event))' for study \(studyBundle.id) (\(studyBundle.studyDefinition.metadata.title.localizedString()??""))"
647
+
"Handling study lifecycle event '\(String(describing: event))' for study \(studyBundle.id) (\(studyBundle.studyDefinition.metadata.title[.enUS]??""))"
648
648
)
649
649
letcal= preferredLocale.calendar
650
650
forenrollmentin studyEnrollments where enrollment.studyId == studyBundle.id {
0 commit comments