Fixed issue where peer account cannot create a mailbox

OrganizatioHome adaptive for contacts, list, folder (if 0 dont show)

Hosted Organization for consumers menu updated to show only essential
items for peers

Create Mailbox for consumers adjusted not to create room or equipment mbx

Appearance of demo account check boxes optional by putting
<HideDemoCheckbox>true</HideDemoCheckbox> in SiteSettings.config
This commit is contained in:
robvde 2012-09-03 18:41:34 +04:00
parent 02c59802db
commit b47c96bad5
11 changed files with 144 additions and 40 deletions

View file

@ -20957,9 +20957,6 @@ CREATE PROCEDURE [dbo].[GetPackages]
)
AS
IF dbo.CheckActorUserRights(@ActorID, @UserID) = 0
RAISERROR('You are not allowed to access this account', 16, 1)
SELECT
P.PackageID,
P.ParentPackageID,