mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-19 17:14:57 +00:00
Fix change committed by mistake to service task request (#10504)
This commit is contained in:
parent
91b30630b3
commit
dd44e492b7
@ -84,7 +84,7 @@ export class ServiceTaskListCloudComponent extends BaseTaskListCloudComponent {
|
||||
maxItems: this.size,
|
||||
skipCount: this.skipCount,
|
||||
sorting: this.sorting,
|
||||
serviceTaskId: this.queryParams?.serviceTaskId,
|
||||
id: this.queryParams?.serviceTaskId,
|
||||
environmentId: this.queryParams?.environmentId,
|
||||
activityName: this.queryParams?.activityName,
|
||||
activityType: this.queryParams?.activityType,
|
||||
|
Loading…
x
Reference in New Issue
Block a user