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:
ashutosh.nehete 2025-09-29 16:50:38 +05:30
parent c3670eaab9
commit 2c0cd87227

View File

@ -457,7 +457,7 @@ namespace MarcoBMS.Services.Controllers
t.WorkItem.WorkArea != null &&
t.WorkItem.WorkArea.Floor != null &&
t.WorkItem.WorkArea.Floor.Building != null &&
t.WorkItem.WorkArea.Floor.Building.ProjectId != projectId &&
t.WorkItem.WorkArea.Floor.Building.ProjectId == projectId &&
t.TenantId == tenantId);
var taskFilter = TryDeserializeFilter(filter);