выход при ошибке
This commit is contained in:
parent
6992a7df68
commit
e990f0ba5f
@ -358,6 +358,7 @@ namespace DesktopTools.Controls
|
|||||||
if (Element == null)
|
if (Element == null)
|
||||||
{
|
{
|
||||||
DialogHelper.MessageException(_businessLogic.Errors, "Ошибки при сохранении элемента");
|
DialogHelper.MessageException(_businessLogic.Errors, "Ошибки при сохранении элемента");
|
||||||
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
_haveChages = false;
|
_haveChages = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user