We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When we have a structure like this:
- category A --- category A.1 ----- category A.1.a --- category A.2 - category B
with parent, children relationships, it produces some errors when JS-Data handles the serialized datas.
parent
children
The text was updated successfully, but these errors were encountered:
Fix Wikodit#19 + prepare test for Wikodit#20
b0fb1f9
Follow-up: Js-Data v3 seems to not handle this case correctly, maybe it needs to be assigned to JSData.
See: js-data/js-data#463
Sorry, something went wrong.
Fixed on jsdata/js-data#463
Fix Wikodit#20 - Fix nested tree relations + Unit test
53b89eb
Tronix117
No branches or pull requests
When we have a structure like this:
with
parent
,children
relationships, it produces some errors when JS-Data handles the serialized datas.The text was updated successfully, but these errors were encountered: