mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-26 17:24:56 +00:00
Add owner as property (#4271)
This commit is contained in:
parent
fc642bcb6a
commit
2376f79c2b
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user