When is deleted a node than contains product variations type the taxonomy_index table is not updated.

Comments

jsacksick’s picture

Status: Active » Postponed (maintainer needs more info)

There's no way I can help you with the current description, I don't understand what the issue is, sorry.

bojanz’s picture

I don't think there's a way for Backoffice to interfiere with that process.
Are you using a term reference field, or an entity reference field for your taxonomy?

vasike’s picture

Title: not updates taxonomy_index » not updates taxonomy_index on deletion
Project: Commerce Backoffice » Inline Entity Form
Version: 7.x-1.1 » 7.x-1.x-dev
Status: Postponed (maintainer needs more info) » Active

it seems this is an Inline Entity Form issue.
and it happens for product reference fields with "delete_references" setting set to TRUE.

i don't know why as taxonomy_node_delete() & taxonomy_delete_node_index() do take place.
is there something the IEF controller that doesn't allow the db_delete from taxonomy_delete_node_index() to be executed?

i didn't test for other reference types.