|
|
@ -27,8 +27,8 @@ export class ContactInformationComponent implements OnInit {
|
|
|
|
possibleObjects: [],
|
|
|
|
possibleObjects: [],
|
|
|
|
nameToShowInSelection: (person) => person.firstName + ' ' + person.name,
|
|
|
|
nameToShowInSelection: (person) => person.firstName + ' ' + person.name,
|
|
|
|
propertyPrefixToOverwrite: 'person',
|
|
|
|
propertyPrefixToOverwrite: 'person',
|
|
|
|
currentlySelectedObjectId: (timeFrame) => {
|
|
|
|
currentlySelectedObjectId: (contactInformation) => {
|
|
|
|
return timeFrame['cargoBike.id'];
|
|
|
|
return contactInformation['person.id'];
|
|
|
|
},
|
|
|
|
},
|
|
|
|
propertyNameOfReferenceId: 'personId',
|
|
|
|
propertyNameOfReferenceId: 'personId',
|
|
|
|
},
|
|
|
|
},
|
|
|
|