@ -20,7 +20,6 @@ export class ContactInformationComponent implements OnInit {
{
dataPath: 'person.name',
translation: 'Nachname',
sticky: true,
link: (row: any) => {
return '/person/' + row['person.id'];
},
@ -20,7 +20,6 @@ export class ParticipantsComponent implements OnInit {
dataPath: 'contactInformation.person.name',
return '/person/' + row['contactInformation.person.id'];
@ -14,6 +14,7 @@ export class ProvidersComponent implements OnInit {
dataPath: 'formName',
translation: 'Formular Name',
sticky: true
dataPath: 'organisation.name',