
We have a taxonomy term with this structure:
Term A
-- Child A1
-- Child A2
Term B
-- Child B1
-- Child B2
If we do GET /api/taxonomy_term/my_vocabulary?_format=api_json
Child A1, Child A2, Child B1, Child B2, show the parent as an empty array.
parent: {
data: [ ]
}
Comment | File | Size | Author |
---|---|---|---|
#8 | 2775635-8.patch | 459 bytes | dagmar |
Comments
Comment #2
e0ipsoPostponed until #2543726: Make $term->parent behave like any other entity reference field, to fix REST and Migrate support and de-customize its Views integration is resolved, since that is probably causing this.
Comment #3
e0ipsoComment #4
dagmarBTW I tested the last version of the patch #2543726: Make $term->parent behave like any other entity reference field, to fix REST and Migrate support and de-customize its Views integration and works out of the box fine :)
Comment #5
e0ipso@dagmar that is fantastic news! Thanks for your work on this.
Comment #6
dagmarAlright, not so fast :( I found a bug on the relationships that doesn't have a parent (like root terms). They have a
It seems jsonapi is not considering the entity id could lead to a broken entity with id 0. Moving this to active so we can provide a pach to fix this.
Comment #7
dagmarThis is the fatal error:
Comment #8
dagmarThis fix the issue. But maybe there is another way to fix this properly.
Comment #10
e0ipso:boom:
Comment #12
mikl CreditAttribution: mikl at Högh Digital commentedDrupal.org doesn't allow me to reopen this, but I'm pretty sure this bug has respawned. I have alpha4 installed on my site, and I'm getting the empty parents array described in this bug report.
Comment #13
grimreaperHello,
I confirm that the parent relationship is empty. I have justed tested it with the last dev version of jsonapi (drupal core: 8.3.0-beta1 but I doubt it will have an impact).
I will try to provide a test for that.
EDIT: Should I open a new issue?
Comment #14
dagmar#2543726: Make $term->parent behave like any other entity reference field, to fix REST and Migrate support and de-customize its Views integration is required to make this work. Did you apply that patch too?
Comment #15
grimreaperHello,
@dagmar: thanks for the reply.
I read quickly the issue and didn't see that a patch to the core was required.
After applying the patch from #2543726-96: Make $term->parent behave like any other entity reference field, to fix REST and Migrate support and de-customize its Views integration it is ok.
What I am worried now is that this core issue is against the 8.4.x-dev branch, so we have to apply a patch at least until the last trimester of 2017. Hope the patch will still apply until then.
EDIT: And the patch is not applicable on 8.3.0-rc1... I will stay on 8.3.0-beta1
Comment #16
khiminrm CreditAttribution: khiminrm commentedHello!
I've applied patch from https://www.drupal.org/node/2543726#comment-12031743 to Drupal 8.3.2, used jasonapi 8.x-1.0 and successfully received parent of taxonomy term.
Comment #17
a.milkovskyI have used the patch https://www.drupal.org/node/2543726#comment-12328568 for Drupal 8.4.0. I can see the parent relationship in JSON export.
Comment #18
e0ipso@a.milkovsky that's pretty great news!
Comment #19
pixelwhip CreditAttribution: pixelwhip at Aten Design Group commentedThe above patch no longer cleanly applies to 8.4.x. It seems this can't be patched until 8.5.0 drops in March.
See See https://www.drupal.org/project/drupal/issues/2543726#comment-12320764