mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ACA-3664] Add new method in ADF to validate tasks filtering by CreatedBy filter (#6281)
*Add setCompletedBy() method in edit-task-filter-cloud-component.page.ts
This commit is contained in:
committed by
GitHub
parent
09b0893e8f
commit
6d7d46eeb8
@@ -109,6 +109,10 @@ export class EditTaskFilterCloudComponentPage {
|
|||||||
return BrowserActions.getText(this.assignee);
|
return BrowserActions.getText(this.assignee);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
async setCompletedBy(option: string): Promise<void> {
|
||||||
|
await this.setProperty('completedBy', option);
|
||||||
|
}
|
||||||
|
|
||||||
async setPriority(option): Promise<void> {
|
async setPriority(option): Promise<void> {
|
||||||
await this.setProperty('priority', option);
|
await this.setProperty('priority', option);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user