mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +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:
+4
@@ -109,6 +109,10 @@ export class EditTaskFilterCloudComponentPage {
|
||||
return BrowserActions.getText(this.assignee);
|
||||
}
|
||||
|
||||
async setCompletedBy(option: string): Promise<void> {
|
||||
await this.setProperty('completedBy', option);
|
||||
}
|
||||
|
||||
async setPriority(option): Promise<void> {
|
||||
await this.setProperty('priority', option);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user