Add time entry aggregation type “description”

This commit is contained in:
Constantin Graf
2024-09-17 16:25:24 +02:00
committed by Constantin Graf
parent d4e71e7c2c
commit 5e4270e3f5
3 changed files with 95 additions and 8 deletions

View File

@@ -15,6 +15,7 @@ enum TimeEntryAggregationType: string
case Task = 'task';
case Client = 'client';
case Billable = 'billable';
case Description = 'description';
public function toInterval(): ?TimeEntryAggregationTypeInterval
{