From 81ac478f8b177aae3f31e146d9f93a0b1a06efa6 Mon Sep 17 00:00:00 2001 From: Luke Granger-Brown Date: Sat, 18 May 2024 14:44:58 +0000 Subject: [PATCH] Add published_* and phone/arrival info to CfP export. Fixes #1532. --- apps/cfp_review/base.py | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/apps/cfp_review/base.py b/apps/cfp_review/base.py index d89e944f5..709ad59da 100644 --- a/apps/cfp_review/base.py +++ b/apps/cfp_review/base.py @@ -222,6 +222,16 @@ def export(format: str): "notice_required", "tags", "favourite_count", + + "published_names", + "published_pronouns", + "published_title", + "published_description", + + "arrival_period", + "departure_period", + "telephone_number", + "eventphone_number", ] # Do not call this with untrusted field values