minor
defect
When a company contact is created, the value is not saved for about half of the attributes. This is caused by the tl:CompanyContactCreateHandler, which saves only a small, hard-coded set of attributes.
Implementation
The missing attributes were added to the `tl:CompanyContactCreateHandler`.
Test
Create a company contact. Fill in all fields on the creation form. All data must be displayed after creation.