[Vtigercrm-commits] [Vtiger development] #8303: Clicking through the charts widgets not working

Vtiger development vtiger-tickets at trac.vtiger.com
Wed Oct 29 05:45:42 GMT 2014


#8303: Clicking through the charts widgets not working
----------------------------+------------------------
 Reporter:  comercial       |       Owner:  developer
     Type:  Need More Info  |      Status:  reopened
 Priority:  critical        |   Milestone:  6.2.0
Component:  vtigercrm       |     Version:  6.1.0
 Severity:  Medium          |  Resolution:
 Keywords:                  |
----------------------------+------------------------
Changes (by rishab):

 * type:  defect => Need More Info


Comment:

 The above chageset should fix the bug as the Api {{{getTicketsByStatus}}}
 in modules/HelpDesk/models/Module.php returns the tickets based on status
 to
 {{{$data}}} in TicketsByStatus.php under modules/HelpDesk/dashboards .

 {{{$data}}}   here is an array of the form

 Array
 (
     [0] => Array
         (
             [0] => 4
             [1] => Sem Reparação for delivery//Non-
 translated value
             [2] => Open//Translated value
         )

     [1] => Array
         (
             [0] => 1
             [1] => Fechado
             [2] => Closed
         )

 )

 This[14332]fix has been applied to demo.
 And works well on my instance too.

--
Ticket URL: <http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/8303#comment:4>
Vtiger development <http://trac.vtiger.com/>
Vtiger CRM


More information about the vtigercrm-commits mailing list