Skip to content

Commit 4ece4cd

Browse files
author
Luca Giamminonni
committed
[DSC-1050] Fixed WorkflowOwnerStatisticsDataService
1 parent 4940778 commit 4ece4cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/core/statistics/workflow-owner-statistics-data.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import { IdentifiableDataService } from '../data/base/identifiable-data.service'
2222
@dataService(WORKFLOW_OWNER_STATISTICS)
2323
export class WorkflowOwnerStatisticsDataService extends IdentifiableDataService<WorkflowOwnerStatistics> {
2424

25-
protected linkPath = 'workflowSteps';
25+
protected linkPath = 'workflowOwners';
2626

2727
private searchData: SearchDataImpl<WorkflowOwnerStatistics>;
2828

0 commit comments

Comments
 (0)