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:
parent
02c59802db
commit
b47c96bad5
11 changed files with 144 additions and 40 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue