Sloved the issue in get task list where user is getting the list of all tasks accept the task of selected project
This commit is contained in:
parent
c3670eaab9
commit
2c0cd87227
@ -457,7 +457,7 @@ namespace MarcoBMS.Services.Controllers
|
|||||||
t.WorkItem.WorkArea != null &&
|
t.WorkItem.WorkArea != null &&
|
||||||
t.WorkItem.WorkArea.Floor != null &&
|
t.WorkItem.WorkArea.Floor != null &&
|
||||||
t.WorkItem.WorkArea.Floor.Building != null &&
|
t.WorkItem.WorkArea.Floor.Building != null &&
|
||||||
t.WorkItem.WorkArea.Floor.Building.ProjectId != projectId &&
|
t.WorkItem.WorkArea.Floor.Building.ProjectId == projectId &&
|
||||||
t.TenantId == tenantId);
|
t.TenantId == tenantId);
|
||||||
|
|
||||||
var taskFilter = TryDeserializeFilter(filter);
|
var taskFilter = TryDeserializeFilter(filter);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user