We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Authenticated GET on /api/events/(event)/ always returns
/api/events/(event)/
{ "detail": "Not found." }
https://docs.pretalx.org/en/latest/api/resources/events.html#get--api-events-(event)-
The text was updated successfully, but these errors were encountered:
Sounds like we need a bugfix release after all :(
Sorry, something went wrong.
So events do appear in the list view as specified, but the detail view is broken.
c18ea00
🐛 Events were only visible in the API list view, not the detail view
4b0ed37
Closes #774
Will be part of the 1.0.4 bugfix release whenever I get round to it, and of course also of the 1.1.0 release.
No branches or pull requests
Current Behavior
Authenticated GET on
/api/events/(event)/
always returnsExpected Behavior
https://docs.pretalx.org/en/latest/api/resources/events.html#get--api-events-(event)-
Your Environment
The text was updated successfully, but these errors were encountered: