Closed Tronix117 closed 7 years ago
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
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
Fixed on jsdata/js-data#463
When we have a structure like this:
with
parent
,children
relationships, it produces some errors when JS-Data handles the serialized datas.