From f90a06ce95ad27439c84c95f35c13c84f1372dd8 Mon Sep 17 00:00:00 2001 From: dreyergustav Date: Thu, 6 Jan 2022 13:01:18 +0100 Subject: [PATCH] Add description to ftm-Company object template The empty string value in the description key caused an error when new objects were added to events. --- objects/ftm-Company/definition.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/objects/ftm-Company/definition.json b/objects/ftm-Company/definition.json index 154d7ba..ca1485d 100644 --- a/objects/ftm-Company/definition.json +++ b/objects/ftm-Company/definition.json @@ -477,7 +477,7 @@ "ui-priority": 0 } }, - "description": "", + "description": "A legal entity representing an association of people, whether natural, legal or a mixture of both, with a specific objective", "meta-category": "followthemoney", "name": "ftm-Company", "required": [ @@ -485,4 +485,4 @@ ], "uuid": "b6da52a4-2290-47ad-b316-d31dc3274382", "version": 1 -} \ No newline at end of file +}