From e990f0ba5f8f10e2d2797f6a9c535cde47b04f44 Mon Sep 17 00:00:00 2001 From: kotcheshir73 Date: Sat, 3 Apr 2021 10:52:22 +0400 Subject: [PATCH] =?UTF-8?q?=D0=B2=D1=8B=D1=85=D0=BE=D0=B4=20=D0=BF=D1=80?= =?UTF-8?q?=D0=B8=20=D0=BE=D1=88=D0=B8=D0=B1=D0=BA=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../DesktopTools/MainControls/GenericControlEntityElement.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/DepartmentPortal/Common/DesktopTools/MainControls/GenericControlEntityElement.cs b/DepartmentPortal/Common/DesktopTools/MainControls/GenericControlEntityElement.cs index 3d8a335..7e11898 100644 --- a/DepartmentPortal/Common/DesktopTools/MainControls/GenericControlEntityElement.cs +++ b/DepartmentPortal/Common/DesktopTools/MainControls/GenericControlEntityElement.cs @@ -358,6 +358,7 @@ namespace DesktopTools.Controls if (Element == null) { DialogHelper.MessageException(_businessLogic.Errors, "Ошибки при сохранении элемента"); + return false; } _haveChages = false;