diff --git a/EveryThing/Pages/Projects/Edit.cshtml.cs b/EveryThing/Pages/Projects/Edit.cshtml.cs index fcd9a3d..3f798af 100644 --- a/EveryThing/Pages/Projects/Edit.cshtml.cs +++ b/EveryThing/Pages/Projects/Edit.cshtml.cs @@ -643,7 +643,7 @@ namespace EveryThing.Pages.Projects && x.Project.IdCompanyFk == user.IdCompanyFk); if (projectPart != null) - { + { foreach (var projectPartItem in _context.ProjectPartItems.Where(x => x.IdProjectPartFk == projectPart.IdProjectPart).ToList()) { var operations = _context.ProjectPartItemOperations