Átállás 17.2.3-ra

Related Work Items: #123
This commit is contained in:
2017-12-02 16:09:26 +01:00
parent 2b2f1b201c
commit 9cca882b34
201 changed files with 16991 additions and 3617 deletions
@@ -56,7 +56,7 @@ namespace Nuvolar.Module.Controllers
}
private void aNewCustomersFrom_Execute(object sender, PopupWindowShowActionExecuteEventArgs e)
{
Frame.GetController<DevExpress.ExpressApp.Validation.PersistenceValidationController>().Active.SetItemValue("", false);
Frame.GetController<DevExpress.ExpressApp.Validation.PersistenceValidationController>()?.Active.SetItemValue("", false);
NewCustomersFrom _NewCustomersFrom = (NewCustomersFrom)e.PopupWindow.View.SelectedObjects[0];
_onew = (XPObjectSpace)e.PopupWindow.View.ObjectSpace;
@@ -71,7 +71,7 @@ namespace Nuvolar.Module.Controllers
_onew.CommitChanges();
GeneralFunction.GLOBAL_HAS_Audit = true;
}
Frame.GetController<DevExpress.ExpressApp.Validation.PersistenceValidationController>().Active.SetItemValue("", true);
Frame.GetController<DevExpress.ExpressApp.Validation.PersistenceValidationController>()?.Active.SetItemValue("", true);
}
private void aGenerateDEMOData_Customize(object sender, CustomizePopupWindowParamsEventArgs e)
{