diff --git a/modules/opencase_cases/src/Entity/OCCase.php b/modules/opencase_cases/src/Entity/OCCase.php index 12e679a..fa84a72 100644 --- a/modules/opencase_cases/src/Entity/OCCase.php +++ b/modules/opencase_cases/src/Entity/OCCase.php @@ -323,7 +323,6 @@ class OCCase extends RevisionableContentEntityBase implements OCCaseInterface ->setSettings([ 'prefix' => '£', ]) - ->setDisplayConfigurable('form', true) ->setDisplayConfigurable('view', true); return $fields;