Drupal core 8.6.x moves hierarchy from {taxonomy_term_hierarchy} to {taxonomy_term__parent} in taxonomy_update_8502. At the same time, we have some direct db queries in taxonomy_term_depth_get_parent() and taxonomy_term_depth_get_child() querying {taxonomy_term_hierarchy}.

Proposed resolution:
Use some core API instead of querying the db.

Comments

czigor created an issue. See original summary.

cadila’s picture

Priority: Normal » Critical

  • Cadila committed 6497cf4 on 8.x-2.x
    Issue #2987520
    
    * Fix for drupal >=8.6
    
cadila’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.