Ignore:
Timestamp:
05/20/09 16:08:06 (15 years ago)
Author:
niltonneto
Message:

Ticket #480 - Inclusão dos grupos LDAP na busca do Catálogo Geral.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/contactcenter/js/ccListParticipants.js

    r24 r880  
    1919 
    2020         
    21 cListParticipants.prototype.showList = function(id, contact, email, title){ 
     21cListParticipants.prototype.showList = function(id, contact, email, title, account_type){ 
    2222        _this = this; 
    2323         
    2424        id = id; 
    25          
     25 
    2626        div = document.getElementById(id+':cc_rectParticipants'); 
    2727        var el = document.createElement("DIV");                                                                  
     
    9393                                _this.showWindow(el); 
    9494                        }                
    95                                  
     95 
    9696                        if(div) 
    9797                                this.showWindow(div); 
    9898                        else 
    99                                 Connector.newRequest('get_catalog_participants_list', '../index.php?menuaction=contactcenter.ui_data.data_manager&method=get_catalog_participants_list', 'POST', handler, 'id='+id); 
     99                                Connector.newRequest('get_catalog_participants_'+account_type , '../index.php?menuaction=contactcenter.ui_data.data_manager&method=get_catalog_participants_'+account_type, 'POST', handler, 'id='+id); 
    100100                } 
    101101        } 
Note: See TracChangeset for help on using the changeset viewer.