From 85f18a27f7ff9e9a48199a16e485aaf6b467326a Mon Sep 17 00:00:00 2001 From: doctogonzo Date: Thu, 21 May 2015 15:28:50 +0200 Subject: [PATCH 1/2] quick search: Exchange Accounts duplicates removed --- WebsitePanel/Database/update_db.sql | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/WebsitePanel/Database/update_db.sql b/WebsitePanel/Database/update_db.sql index 5b9305ad..c18c693f 100644 --- a/WebsitePanel/Database/update_db.sql +++ b/WebsitePanel/Database/update_db.sql @@ -12394,15 +12394,14 @@ IF @OnlyFind = 1 SET @sqlSpace = @sqlSpace + 'TOP ' + CAST(@MaximumRows AS varchar(12)) + ' ' SET @sqlSpace = @sqlSpace + ' - EA3.ItemID AS ItemID, + I3.ItemID AS ItemID, EAEA.EmailAddress as TextSearch, ''ExchangeAccount'' as ColumnType, ''ExchangeAccount'' as FullType, SI3.PackageID as PackageID, - EA3.AccountID as AccountID + 0 as AccountID FROM @ItemsService AS I3 INNER JOIN ServiceItems AS SI3 ON I3.ItemID = SI3.ItemID - INNER JOIN ExchangeAccounts AS EA3 ON I3.ItemID = EA3.ItemID INNER JOIN ExchangeAccountEmailAddresses AS EAEA ON I3.ItemID = EAEA.AccountID' IF @FilterValue <> '' SET @sqlSpace = @sqlSpace + ' WHERE (EAEA.EmailAddress LIKE ''' + @FilterValue + ''')' From 0da4bc24635f960bbf919cd4fdba0274bd4f3d3f Mon Sep 17 00:00:00 2001 From: doctogonzo Date: Thu, 21 May 2015 15:46:48 +0200 Subject: [PATCH 2/2] quick search: new service items types localization add --- .../WebsitePanel_SharedResources.ascx.resx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/WebsitePanel/Sources/WebsitePanel.WebPortal/App_GlobalResources/WebsitePanel_SharedResources.ascx.resx b/WebsitePanel/Sources/WebsitePanel.WebPortal/App_GlobalResources/WebsitePanel_SharedResources.ascx.resx index 5788b660..5fc546d2 100644 --- a/WebsitePanel/Sources/WebsitePanel.WebPortal/App_GlobalResources/WebsitePanel_SharedResources.ascx.resx +++ b/WebsitePanel/Sources/WebsitePanel.WebPortal/App_GlobalResources/WebsitePanel_SharedResources.ascx.resx @@ -4368,6 +4368,12 @@ Virtual Switch + + SharePoint Foundation Site Collection + + + SharePoint Enterprise Site Collection + Assigning external IP addresses