Skip to content
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 required json in models #725

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

glenjarvis
Copy link
Owner

Fix: #722

This is cherry-pick of the signed commits from @BecTome.

This replaces pull request:
#724

BecTome added 2 commits June 7, 2023 18:35
Delete extensions and entityType from the Badge model's required Json. Now the json from Badgr doesn't include them.

Here we solve te following traceback:

packages\badgr_lite\models.py", line 68, in _check_missing_but_required
    raise exceptions.RequiredAttributesMissingError(
badgr_lite.exceptions.RequiredAttributesMissingError: extensions, entity_type
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

New Change in Badge Object
2 participants