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.
pull/341/head
dreyergustav 2022-01-06 13:01:18 +01:00 committed by GitHub
parent 0e5fa57d82
commit f90a06ce95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -477,7 +477,7 @@
"ui-priority": 0 "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", "meta-category": "followthemoney",
"name": "ftm-Company", "name": "ftm-Company",
"required": [ "required": [
@ -485,4 +485,4 @@
], ],
"uuid": "b6da52a4-2290-47ad-b316-d31dc3274382", "uuid": "b6da52a4-2290-47ad-b316-d31dc3274382",
"version": 1 "version": 1
} }