aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.DB
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2018-04-09 19:15:14 +0300
committerRoy Ben-Shabat <Roy@Twine-s.com>2018-04-09 19:15:14 +0300
commit2255c38a104ea8fe07646d304d8240939c743ba3 (patch)
tree9e1ac3df6978755fe335219346d52a1e6bdbcf51 /Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.DB
parenta898decf18c4c0ed56d020dc09df55df1ca0263a (diff)
downloadTango-2255c38a104ea8fe07646d304d8240939c743ba3.tar.gz
Tango-2255c38a104ea8fe07646d304d8240939c743ba3.zip
More work on event html pages...
Diffstat (limited to 'Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.DB')
-rw-r--r--Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.DB/ViewModels/EventTypesViewVM.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.DB/ViewModels/EventTypesViewVM.cs b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.DB/ViewModels/EventTypesViewVM.cs
index 59f7aa093..6702b720f 100644
--- a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.DB/ViewModels/EventTypesViewVM.cs
+++ b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.DB/ViewModels/EventTypesViewVM.cs
@@ -49,6 +49,8 @@ namespace Tango.MachineStudio.DB.ViewModels
{
base.OnBeforeEntitySave(mode, eventType);
+
+
Adapter.Context.EventTypesActions.RemoveRange(eventType.EventTypesActions);
foreach (var actionType in SelectedActions)