[Vtigercrm-commits] [vtiger development] #6446: Operation not permitted keeps rolling if PBXManager is disallowed for user

vtiger development vtiger-tickets at trac.vtiger.com
Mon Nov 30 14:18:22 EST 2009


#6446: Operation not permitted keeps rolling if PBXManager is disallowed for user
------------------------+---------------------------------------------------
  Reporter:  prasad     |       Owner:  developer
      Type:  defect     |      Status:  new      
  Priority:  minor      |   Milestone:  5.2.0    
 Component:  vtigercrm  |     Version:  5.1.0    
Resolution:             |    Keywords:           
------------------------+---------------------------------------------------
Comment (by prasad):

 It is recommend not to dis-allow PBXManager access to any user, if its
 planned to be used by atleast one user.

 As a workaround, you can stop the message being sent for the incoming call
 popup poller.

 In file, index.php ~line: 652
 {{{
 if($display == "no")
 {
    // WORKAROUND: ADD THIS CASE
    if($currentModule == 'PBXManager' && $_REQUEST['file'] ==
 'TraceIncomingCall') {
       // PBXManager disabled for user, do not send any content for popup
    } else {
       // ...
    }
 }
 // vtlib customization: Check if module has been de-activated
 else if(!vtlib_isModuleActive($currentModule)) {
 }}}

-- 
Ticket URL: <http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/6446#comment:1>
vtiger development <http://trac.vtiger.com/>
vtigerCRM




More information about the vtigercrm-commits mailing list