- Issue created by @scottop
- πΊπΈUnited States scottop
[vps14520]$ drush field-info node statute +----------------+----------+----------------------------+-------------+ | Field name | Required | Field type | Cardinality | +----------------+----------+----------------------------+-------------+ | body | | text_with_summary | 1 | | feeds_item | | feeds_item | -1 | | field_dates | | entity_reference | -1 | | field_id | | string | 1 | | field_parent | | entity_reference_hierarchy | 1 | | field_subtitle | | string | 1 | | field_type | β | entity_reference | 1 | +----------------+----------+----------------------------+-------------+ [vps14520]$ drush entity-hierarchy-rebuild-tree field_parent node statute Too many arguments to "entity-hierarchy-rebuild-tree" command, expected arguments "field_name" "entity_type_id". [vps14520]$ drush entity-hierarchy-rebuild-tree field_parent statute In EntityTypeManager.php line 139: The "statute" entity type does not exist.
- Status changed to Fixed
almost 2 years ago 7:39pm 19 April 2023 - π¦πΊAustralia larowlan π¦πΊπ.au GMT+10
Use
node
, notstatus
One is the entity type Id the other is a bundle
Automatically closed - issue fixed for 2 weeks with no activity.