Corrected the mistake of showing all images except selected project

This commit is contained in:
ashutosh.nehete 2025-10-07 12:34:48 +05:30
parent 26acfec408
commit 13d2e1cd7d

View File

@ -106,7 +106,7 @@ namespace Marco.Pms.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);
// Step 4: Extract filter values // Step 4: Extract filter values