-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
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
fix: errors during swagger api-docs generation #273
Conversation
* ObjectTag.name is no longer a field, using export_id instead * KeyError: 'pk'
Thanks for the pull request, @pomegranited! This repository is currently maintained by Once you've gone through the following steps feel free to tag them in a comment and let them know that your changes are ready for engineering review.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@pomegranited Looks good, but I had to make following changes in edx-platform: openedx/edx-platform#36189 to get it working.
a92ac50
to
37928e0
Compare
This PR fixes two errors seen during the automatic Swagger API docs generation.
Part of: #272
Private-ref: FAL-4039
Testing instructions
Note that the page renders now without error.