From 69e778b2b090c6e0c863eced41fcc2dd4af0f0cd Mon Sep 17 00:00:00 2001 From: robvde Date: Tue, 7 Aug 2012 08:51:36 +0400 Subject: [PATCH] rebind of mailbox plan added --- .../WebsitePanel/SettingsExchangeMailboxPlansPolicy.ascx.cs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/WebsitePanel/Sources/WebsitePanel.WebPortal/DesktopModules/WebsitePanel/SettingsExchangeMailboxPlansPolicy.ascx.cs b/WebsitePanel/Sources/WebsitePanel.WebPortal/DesktopModules/WebsitePanel/SettingsExchangeMailboxPlansPolicy.ascx.cs index 6530d2c3..5b2e65a1 100644 --- a/WebsitePanel/Sources/WebsitePanel.WebPortal/DesktopModules/WebsitePanel/SettingsExchangeMailboxPlansPolicy.ascx.cs +++ b/WebsitePanel/Sources/WebsitePanel.WebPortal/DesktopModules/WebsitePanel/SettingsExchangeMailboxPlansPolicy.ascx.cs @@ -470,6 +470,8 @@ namespace WebsitePanel.Portal { messageBox.ShowErrorMessage("EXCHANGE_FAILED_TO_STAMP", ex); } + + BindMailboxPlans(); } @@ -524,6 +526,8 @@ namespace WebsitePanel.Portal { messageBox.ShowErrorMessage("EXCHANGE_FAILED_TO_STAMP", ex); } + + BindMailboxPlans(); } }