Separate ticket overview capabilities from counts
This commit is contained in:
@@ -120,7 +120,7 @@ namespace C4IT.F4SD
|
||||
counts[key] = CountTicketOverviewEntries(source, key);
|
||||
}
|
||||
|
||||
return new TicketOverviewCountsResult { Counts = counts };
|
||||
return CreateTicketOverviewCountsResult(counts);
|
||||
}
|
||||
catch (Exception exception)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user