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
When exporting the schedule as JSON (frab compatible), the speakers name is (only) exported as public_name. According to the schema that is also included in this repo, this field is deprecated:
Problem and impact
When exporting the schedule as JSON (frab compatible), the speakers name is (only) exported as
public_name
. According to the schema that is also included in this repo, this field is deprecated:pretalx/src/tests/fixtures/schedule.json
Lines 345 to 348 in d7b427a
Expected behaviour
Use
name
instead ofpublic_name
:pretalx/src/pretalx/schedule/exporters.py
Line 228 in d7b427a
Steps to reproduce
No response
Screenshots
No response
Link
No response
Browser (software, desktop or mobile?) and version
No response
Operating system, dependency versions
No response
Version
No response
The text was updated successfully, but these errors were encountered: