Changeset 4767 for trunk/contactcenter


Ignore:
Timestamp:
07/15/11 14:30:53 (13 years ago)
Author:
roberto.santosjunior
Message:

Ticket #2012 - Erro ao criar grupo a partir de catálogo pessoal.

Location:
trunk/contactcenter
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/contactcenter/inc/class.ui_data.inc.php

    r4754 r4767  
    15371537                                                                        } 
    15381538                                                                        $final[3][$i][4] = $conn_info['connection_value'] ? $conn_info['connection_value'] : 'none'; 
     1539                                                                        $final[3][$i][13] = $conn_info['id_connection']; 
    15391540                                                                } 
    15401541                                                                else if ($conn_info['id_type'] == $this->preferences['personCardPhone'] and !$default_phone_found) 
  • trunk/contactcenter/js/ccAddGroup.js

    r4766 r4767  
    389389                   var item = data[3][i]; 
    390390                   if (data[8] == 'bo_shared_people_manager' || data[8] == 'bo_people_catalog'){ 
    391                        var id = data[3][i][6]; 
     391                       var id = data[3][i][13]; 
    392392                   } 
    393393                   else 
Note: See TracChangeset for help on using the changeset viewer.