diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2019-12-17 02:08:31 +0200 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2019-12-17 02:08:31 +0200 |
| commit | d99c80d6633d2932cf67fc7013100a639882c6dc (patch) | |
| tree | adfd15f59a653699e26818e19319ee40e4dce063 /Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup | |
| parent | bdf56799cd6c4c42ec7a8dc36f56ddd17a5feeab (diff) | |
| download | Tango-d99c80d6633d2932cf67fc7013100a639882c6dc.tar.gz Tango-d99c80d6633d2932cf67fc7013100a639882c6dc.zip | |
Implemented PPC Updates/Synchronization View.
Refactored database updates to be deleted if no differences.
Updated MS and PPC with Offline Updates.
Refactored Machine Designer Updates View to take only last 100 update entries.
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup')
| -rw-r--r-- | Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup/MachineSetupManager.cs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup/MachineSetupManager.cs b/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup/MachineSetupManager.cs index 582eec83b..29daedb4c 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup/MachineSetupManager.cs +++ b/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup/MachineSetupManager.cs @@ -166,10 +166,7 @@ namespace Tango.PPC.Common.MachineSetup { LogManager.Log(xx, "Error notifying setup completed."); } - } - if (response != null) - { try { using (ObservablesContext db = ObservablesContext.CreateDefault()) |
