Add note to timeframe

master
Max 4 years ago
parent 7058ba4c6f
commit 2f7b2459a5

@ -15,8 +15,6 @@ export class TimeFramesComponent implements OnInit {
{ {
dataPath: 'dateRange', dataPath: 'dateRange',
translation: 'Zeitraum', translation: 'Zeitraum',
type: 'DateRange',
readonly: false,
}, },
{ {
dataPath: 'cargoBike.name', dataPath: 'cargoBike.name',
@ -46,6 +44,10 @@ export class TimeFramesComponent implements OnInit {
}, },
propertyNameOfReferenceId: 'lendingStationId' propertyNameOfReferenceId: 'lendingStationId'
}, },
{
dataPath: 'note',
translation: 'Anmerkung',
},
]; ];
dataService: TimeFrameService; dataService: TimeFrameService;

Loading…
Cancel
Save