From 21528a436eb3f6297d74ba1f9a84016c0f169e08 Mon Sep 17 00:00:00 2001 From: Naomi Date: Tue, 17 Nov 2020 12:26:39 +0000 Subject: [PATCH] changed field description --- modules/opencase_entities/src/Entity/OCOrganisation.php | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/opencase_entities/src/Entity/OCOrganisation.php b/modules/opencase_entities/src/Entity/OCOrganisation.php index ecf8480..049ef88 100644 --- a/modules/opencase_entities/src/Entity/OCOrganisation.php +++ b/modules/opencase_entities/src/Entity/OCOrganisation.php @@ -400,7 +400,6 @@ class OCOrganisation extends EditorialContentEntityBase implements OCOrganisatio $fields['name'] = BaseFieldDefinition::create('string') ->setLabel(t('Name')) - ->setDescription(t('The name of the Organisation entity.')) ->setRevisionable(TRUE) ->setSettings([ 'max_length' => 50,