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
The remark Unset to hide your schedule, e.g. if you want to use the HTML export exclusively. for the option Show schedule publicly suggest that you can have your schedule unpublished but still be able to create HTML exports.
The export unfortunately does not work that way but instead reflects exactly what an unauthenticated user sees: a bunch of 404 error messages.
Expected behaviour
The expected behavior is exactly what the remark mentioned above also suggests: even if you decide not to publicly show your schedule within pretalx, you should still be able to export ist.
Steps to reproduce
Uncheck Show schedule publicly
run python -m pretalx export_schedule_html
Check exported files → they just contain the 404 error pages.
Check Show schedule publicly
run python -m pretalx export_schedule_html abain
Check exported files again → they contain the correctly rendered pages.
Version
v2024.3.1 and main
The text was updated successfully, but these errors were encountered:
That sounds weird, as the web frontend also calls the manage command in the end. But I'm happy to move all functionality from the manage command to an agenda/export.py and call that from both the task and the manage command for a cleaner isolation and less redirection through call_command.
Problem and impact
The remark
Unset to hide your schedule, e.g. if you want to use the HTML export exclusively.
for the optionShow schedule publicly
suggest that you can have your schedule unpublished but still be able to create HTML exports.The export unfortunately does not work that way but instead reflects exactly what an unauthenticated user sees: a bunch of 404 error messages.
Expected behaviour
The expected behavior is exactly what the remark mentioned above also suggests: even if you decide not to publicly show your schedule within pretalx, you should still be able to export ist.
Steps to reproduce
Show schedule publicly
python -m pretalx export_schedule_html
Show schedule publicly
python -m pretalx export_schedule_html
abainVersion
v2024.3.1 and main
The text was updated successfully, but these errors were encountered: