Oops... 

Border.java: 
if (!user.isAdmin() && !user.isPBXman() && isRestrictedToPbxman()) { 
throw new PageRedirectException(ManageVoicemail.PAGE); 
} 


----- Original Message -----
From: [email protected] 
To: "Discussion list for users of sipXecs software" 
<[email protected]> 
Sent: Thursday, December 8, 2011 4:54:53 PM 
Subject: Re: [sipx-users] Web portal access restricted to CDR report only 


As in: 

<div jwcid="@common/Border" restrictedToPbxman="true" 
pbxmanPermission="pbxman-manage-cdr" borderTitle="ognl:borderTitle"> 

The isRestrictedToPbxman check in the java code would have to include 
superadmin as well: 

if (!user.isAdmin() && !user.isPBXman() && isRestricted()) { 
throw new PageRedirectException(ManageVoicemail.PAGE); 
} 
_______________________________________________
sipx-users mailing list
[email protected]
List Archive: http://list.sipfoundry.org/archive/sipx-users/

Reply via email to