Skip to content

Commit

Permalink
[DSC-1050] Fixed WorkflowOwnerStatisticsDataService
Browse files Browse the repository at this point in the history
  • Loading branch information
LucaGiamminonni committed Apr 14, 2023
1 parent 4940778 commit 4ece4cd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import { IdentifiableDataService } from '../data/base/identifiable-data.service'
@dataService(WORKFLOW_OWNER_STATISTICS)
export class WorkflowOwnerStatisticsDataService extends IdentifiableDataService<WorkflowOwnerStatistics> {

protected linkPath = 'workflowSteps';
protected linkPath = 'workflowOwners';

private searchData: SearchDataImpl<WorkflowOwnerStatistics>;

Expand Down

0 comments on commit 4ece4cd

Please sign in to comment.