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;