diff --git a/core/modules/taxonomy/src/Entity/Term.php b/core/modules/taxonomy/src/Entity/Term.php index db6390f..b6be05a 100644 --- a/core/modules/taxonomy/src/Entity/Term.php +++ b/core/modules/taxonomy/src/Entity/Term.php @@ -117,7 +117,6 @@ public static function baseFieldDefinitions(EntityTypeInterface $entity_type) { $fields['uuid']->setDescription(t('The term UUID.')); - $fields['status'] ->setDisplayOptions('form', [ 'type' => 'boolean_checkbox',