From d75cf39d7bfa5285950d7854a19780ea706ebf95 Mon Sep 17 00:00:00 2001 From: harid Date: Fri, 5 Jun 2026 17:35:59 +0700 Subject: [PATCH] =?UTF-8?q?update=20Job=20=E0=B8=84=E0=B8=99=E0=B8=97?= =?UTF-8?q?=E0=B8=B5=E0=B9=88=E0=B8=A5=E0=B8=B2=E0=B8=AD=E0=B8=AD=E0=B8=81?= =?UTF-8?q?=20clear=20profileId?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- BMA.EHR.Application/Repositories/PlacementRepository.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/BMA.EHR.Application/Repositories/PlacementRepository.cs b/BMA.EHR.Application/Repositories/PlacementRepository.cs index 2b40d702..eb7c3617 100644 --- a/BMA.EHR.Application/Repositories/PlacementRepository.cs +++ b/BMA.EHR.Application/Repositories/PlacementRepository.cs @@ -189,6 +189,7 @@ namespace BMA.EHR.Application.Repositories foreach (var profile in profilesToUpdate) { + profile.profileId = null; profile.IsOfficer = false; }