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

Incomplete serialization of user objects #8

Open
barduinor opened this issue Jun 30, 2023 · 0 comments
Open

Incomplete serialization of user objects #8

barduinor opened this issue Jun 30, 2023 · 0 comments
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@barduinor
Copy link
Owner

barduinor commented Jun 30, 2023

Describe the bug
Model user_full notification email is not being serialized
Same for model user

To Reproduce
Steps to reproduce the behavior:

  1. Given a user with notification emails
  2. When I get that user by id
  3. The notification emails are not showing
    {
    "type": "user",
    "id": "18622116055",
    "name": "Rui Barbosa",
    "avatar_url": "https://app.box.com/api/avatar/large/18622116055",
    "notification_email": {
    "email": "[email protected]",
    "is_confirmed": false
    }
    }
@barduinor barduinor added bug Something isn't working help wanted Extra attention is needed labels Jun 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant