Add owner as property (#4271)

This commit is contained in:
Maurizio Vitale 2019-02-05 16:54:31 +00:00 committed by GitHub
parent fc642bcb6a
commit 2376f79c2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;