|
|
@ -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;
|
|
|
|