From c81ebc4d948489458fa09bd7e26b16c70ba941ad Mon Sep 17 00:00:00 2001 From: Naomi Date: Fri, 14 Sep 2018 13:59:35 +0100 Subject: [PATCH] Fixed field type error --- modules/opencase_entities/src/Entity/OCActor.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/opencase_entities/src/Entity/OCActor.php b/modules/opencase_entities/src/Entity/OCActor.php index 32b1620..233da57 100644 --- a/modules/opencase_entities/src/Entity/OCActor.php +++ b/modules/opencase_entities/src/Entity/OCActor.php @@ -305,7 +305,7 @@ class OCActor extends RevisionableContentEntityBase implements OCActorInterface ->setDefaultValue(FALSE) ->setRequired(TRUE) ->setDisplayOptions('form', array( - 'type' => 'checkbox', + 'type' => 'boolean_checkbox', 'weight' => -1, ));