From 8349ce5b411954c1b83c127c904bb1b36ef3e84f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20=C5=A0taleker?= Date: Wed, 4 Mar 2026 20:28:19 +0100 Subject: [PATCH] styling --- EveryThing/Pages/Projects/Edit.cshtml.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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