Closed (duplicate)
Project:
Drupal core
Version:
8.0.x-dev
Component:
node.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Nov 2012 at 16:01 UTC
Updated:
29 Jul 2014 at 21:33 UTC
Steps to reproduce:
admin/structure/types/manage/article/comment/fields.Drupal\Core\Entity\Query\QueryException: node_type not found in Drupal\field_sql_storage\Entity\Tables->ensureEntityTable() (line 100 of /.../core/modules/field/modules/field_sql_storage/lib/Drupal/field_sql_storage/Entity/Tables.php
The bug also occurs with field instances on taxonomy vocabularies, but not with fields on node types. ManageFieldsTest does not catch it because it uses node rather than a test entity. I'm working on converting that test to expose the bug.
Comments
Comment #1
swentel commentedalso reported in #1845372: Deleting a field from a non-node entity bundle results in an Entity Field Query Exception - it's EFQ2
Comment #2
xjm