aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Tango.PPC.Common/Web
diff options
context:
space:
mode:
authorRoy Ben Shabat <Roy.mail.net@gmail.com>2019-12-17 02:08:31 +0200
committerRoy Ben Shabat <Roy.mail.net@gmail.com>2019-12-17 02:08:31 +0200
commitd99c80d6633d2932cf67fc7013100a639882c6dc (patch)
treeadfd15f59a653699e26818e19319ee40e4dce063 /Software/Visual_Studio/PPC/Tango.PPC.Common/Web
parentbdf56799cd6c4c42ec7a8dc36f56ddd17a5feeab (diff)
downloadTango-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/Web')
-rw-r--r--Software/Visual_Studio/PPC/Tango.PPC.Common/Web/MachineUpdateCompletedRequest.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.Common/Web/MachineUpdateCompletedRequest.cs b/Software/Visual_Studio/PPC/Tango.PPC.Common/Web/MachineUpdateCompletedRequest.cs
index 63cfed824..dffe1f15b 100644
--- a/Software/Visual_Studio/PPC/Tango.PPC.Common/Web/MachineUpdateCompletedRequest.cs
+++ b/Software/Visual_Studio/PPC/Tango.PPC.Common/Web/MachineUpdateCompletedRequest.cs
@@ -14,5 +14,6 @@ namespace Tango.PPC.Common.Web
public TangoUpdateStatuses Status { get; set; }
public String FailedReason { get; set; }
public String FailedLog { get; set; }
+ public bool ReportsAboutDbCheckNoDifferences { get; set; }
}
}