Changeset 4629


Ignore:
Timestamp:
06/24/11 15:45:47 (13 years ago)
Author:
rafaelraymundo
Message:

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

Location:
branches/2.2.0.1/contactcenter
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.0.1/contactcenter/inc/class.ui_data.inc.php

    r4599 r4629  
    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) 
  • branches/2.2.0.1/contactcenter/js/ccAddGroup.js

    r4625 r4629  
    371371                   var item = data[3][i]; 
    372372                   if (data[8] == 'bo_shared_people_manager' || data[8] == 'bo_people_catalog'){ 
    373                        var id = data[3][i][6]; 
     373                       var id = data[3][i][13]; 
    374374                   } 
    375375                   else 
Note: See TracChangeset for help on using the changeset viewer.