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

Calling update on an asset with a CheckoutRequest attached breaks JSON Converter #8

Open
barrycarey opened this issue Jul 7, 2018 · 2 comments
Labels

Comments

@barrycarey
Copy link
Owner

If an asset is updated after a checkout request is attached the JSON convert fails

@barrycarey barrycarey added the bug label Jul 7, 2018
@Christoffleroux
Copy link

Also experiencing the same behaviour

@michaeldwood
Copy link

I think this may be caused by an inconsistency in what Snipe-It returns rather than with this package.

'assigned_to' is expecting a User model but the API returns an integer of the users id.
However the API also returns a property of 'assigned' which does contain all of the assigned user properties

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants