From 14d2507925905d3e7f6124d75a661938bfdb1ecb Mon Sep 17 00:00:00 2001 From: robvde Date: Mon, 12 Nov 2012 18:21:18 +0400 Subject: [PATCH] Fixed: Enterprise Reporting : Set initial values for Lync --- .../Code/HostedSolution/ReportController.cs | 3 +++ WebsitePanel/Sources/WebsitePanel.EnterpriseServer/Web.config | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/Code/HostedSolution/ReportController.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/Code/HostedSolution/ReportController.cs index 5d9861fb..8f3d5235 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/Code/HostedSolution/ReportController.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/Code/HostedSolution/ReportController.cs @@ -125,6 +125,9 @@ namespace WebsitePanel.EnterpriseServer.Code.HostedSolution item.TotalCRMUsers = crmOrganizationStatistics.Count; } + item.TotalLyncUsers = 0; + item.TotalLyncEVUsers = 0; + if (report.LyncReport != null) { List lyncOrganizationStatistics = diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/Web.config b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/Web.config index 27a5f82b..6c7d9d64 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/Web.config +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/Web.config @@ -9,7 +9,7 @@ --> - + @@ -17,7 +17,7 @@ --> - +