From f192bd17b7ee72ab641164facd1a5041d5d7a538 Mon Sep 17 00:00:00 2001 From: dcterman <105614148+dcterman@users.noreply.github.com> Date: Mon, 22 Aug 2022 10:56:06 -0400 Subject: [PATCH] Change session data description in Back of Badge Session data included needs to change from "all published sessions" to "all scheduled sessions with status of reviewed or draft" because that's how it can include invisible participants --- app/javascript/reports/reports_screen.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/javascript/reports/reports_screen.vue b/app/javascript/reports/reports_screen.vue index e95c733bd..d29ce2fa0 100644 --- a/app/javascript/reports/reports_screen.vue +++ b/app/javascript/reports/reports_screen.vue @@ -302,7 +302,7 @@
Description: Participant schedule for mail merge, one line per person, with variable line length based on number of assigned sessions
Fields: Published name, Session 1 Title, Session 1 Truncated Title (30 characters max), Session 1 Start Time, Session 1 Duration, Session 1 Room, Session 1 Format, Session 1 Participant Role, then repeat the 7 session columns as needed
- Session data included: all published sessions
+ Session data included: all scheduled sessions with status of "reviewed" or "revised"
Person data included: moderators, participants, invisible participants with attendance type of "in person" or "hybrid"