Fix API detail views
Previously, the event from the url was not parsed correctly for API endpoints for individual AKs, AKRooms, etc. This led to self.event being None and the queryset being empty, hence the AK, AKRoom etc. could not be found by the API. This fix makes sure, the event is loaded as part of the API initialization for all endpoints and methods.
Merge request reports
Activity
added bug label
mentioned in merge request !90 (merged)
added 4 commits
-
38cd2ce3...42f4957c - 3 commits from branch
main
- fd0b8982 - Fix API detail views
-
38cd2ce3...42f4957c - 3 commits from branch
mentioned in commit 4fa3f6f0
Please register or sign in to reply