From 32d5c153296d5ca4ca0e3139e01ac65f9f90671e Mon Sep 17 00:00:00 2001 From: Sharath Babu Date: Mon, 13 Jun 2016 09:10:25 +0000 Subject: [PATCH] CP-17704: Adding support for help document Signed-off-by: Sharath Babu --- .../VMProtectionPoliciesDialog.cs | 12 ++++++++++++ XenAdmin/Help/HelpManager.resx | 5 ++++- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/XenAdmin/Dialogs/VMProtectionRecovery/VMProtectionPoliciesDialog.cs b/XenAdmin/Dialogs/VMProtectionRecovery/VMProtectionPoliciesDialog.cs index ec1a46fd1..3ca6230a3 100644 --- a/XenAdmin/Dialogs/VMProtectionRecovery/VMProtectionPoliciesDialog.cs +++ b/XenAdmin/Dialogs/VMProtectionRecovery/VMProtectionPoliciesDialog.cs @@ -424,5 +424,17 @@ namespace XenAdmin.Dialogs.VMPolicies chevronButton1_ButtonClick(sender, e); } + internal override string HelpName + { + get + { + if (!VMGroup.isVMPolicyVMPP) + { + return "VMSnapshotSchedulesDialog"; + } + return "VMProtectionPoliciesDialog"; + } + } + } } diff --git a/XenAdmin/Help/HelpManager.resx b/XenAdmin/Help/HelpManager.resx index a1fb2a8f8..3148d4078 100644 --- a/XenAdmin/Help/HelpManager.resx +++ b/XenAdmin/Help/HelpManager.resx @@ -1044,6 +1044,9 @@ 6536 + + 6550 + 6520 @@ -1089,4 +1092,4 @@ 7014 - \ No newline at end of file +