diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-12-31 15:59:02 +0200 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-12-31 15:59:02 +0200 |
| commit | e86fb1e3f847ee5646fe40b52bcf478bc9ce4b64 (patch) | |
| tree | 8faab087dbc6e13d5c83960ff344a77825dc21b7 /Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/TFS | |
| parent | 650af0554b902837f8e146d690aca24e4f60ec29 (diff) | |
| download | Tango-e86fb1e3f847ee5646fe40b52bcf478bc9ce4b64.tar.gz Tango-e86fb1e3f847ee5646fe40b52bcf478bc9ce4b64.zip | |
Added Trigger for machine delete to erase configuration & IDS Packs also!
Implemented Machine creation dialog in machine designer.
Diffstat (limited to 'Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/TFS')
| -rw-r--r-- | Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/TFS/TeamFoundationServiceExtendedClient.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/TFS/TeamFoundationServiceExtendedClient.cs b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/TFS/TeamFoundationServiceExtendedClient.cs index 2192483c9..46bf63194 100644 --- a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/TFS/TeamFoundationServiceExtendedClient.cs +++ b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/TFS/TeamFoundationServiceExtendedClient.cs @@ -226,7 +226,7 @@ namespace Tango.MachineStudio.UI.TFS sysModel.Machine = machine; sysModel.EmbeddedVersion = app.ConnectedMachine.DeviceInformation.Version; - sysModel.ConfigurationString = machine.Configuration.Clone().ToJsonString(nameof(Configuration.MachineVersions)); + sysModel.ConfigurationString = machine.Configuration.Clone().ToJsonString(); if (app.ConnectedMachine.CurrentProcessParameters != null) { |
