-
Notifications
You must be signed in to change notification settings - Fork 20
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
Pr support client id in included #12
Pr support client id in included #12
Conversation
Thanks for your contributions! I am pretty busy at the moment, i need some time to have a thorough look at the PR |
we're using it live and it's working well |
start with the readme and the new tests to see what we've done |
@BryanCrotaz I am having trouble with this PR creating duplicate records, one with an id of null and the other has the proper id. |
any chance this PR is considered for merging and release soon, please? |
We've been using it from this PR branch for 12 months and it works fine |
thanks @BryanCrotaz I've been testing this PR with Mirage and it seems that Mirage is returning the internal Thanks, |
@ashrafhasson sounds like Mirage is not standards compliant then. If the spec says the name must not start with a hyphen then it's Mirage we should fix, not this PR. |
@BryanCrotaz Mirage has a JSONAPISerializer but the problem seems to be the same issue While Mirage can be a bit smarter and not dasherize everything from the model blindly, neither should My point is, if/when it's fixed/restricted in Mirage, it may no longer be possible to resolve the returned data if An issue has also been created to raise the compliance concern in Mirage |
Returning the |
@ashrafhasson @tylergets @frank06 I'm also seeing the bug with duplicate records. Was this merged prematurely? |
support server supplying
__id__
inincluded
objectssupport server using
links
on relationshipsadd documentation and tests