[Vtigercrm-commits] [vtiger development] #6149: Comments in Customer portal not displayed

vtiger development vtiger-tickets at trac.vtiger.com
Mon Jul 13 03:40:59 EDT 2009


#6149: Comments in Customer portal not displayed
-----------------------------+----------------------------------------------
  Reporter:  vikas           |       Owner:  vikas   
      Type:  defect          |      Status:  new     
  Priority:  major           |   Milestone:  5.1.0   
 Component:  customerportal  |     Version:  5.1.0-rc
Resolution:                  |    Keywords:          
-----------------------------+----------------------------------------------
Comment (by vikas):

 To fix this issue, in get_ticket_comments function of
 soap/customerportal.php file
 we need to add

 gloabl $current_user;

 then after $userid = getPortalUserid(); , add this

 $current_user->id = $userid;

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




More information about the vtigercrm-commits mailing list