mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
Add owner as property (#4271)
This commit is contained in:
@@ -70,6 +70,7 @@ export class TaskFilterCloudModel {
|
||||
this.dueDateTo = obj.dueDateTo || null;
|
||||
this.taskName = obj.taskName || null;
|
||||
this.parentTaskId = obj.parentTaskId || null;
|
||||
this.owner = obj.owner;
|
||||
this.priority = obj.priority || null;
|
||||
this.standAlone = obj.standAlone || null;
|
||||
this.lastModifiedFrom = obj.lastModifiedFrom || null;
|
||||
|
Reference in New Issue
Block a user