Changeset 306


Ignore:
Timestamp:
06/09/08 11:14:40 (16 years ago)
Author:
niltonneto
Message:

Alteração do método para GET, pois gera erro usando proxy.
POST está vazio.

File:
1 edited

Legend:

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

    r285 r306  
    5757                        } 
    5858 
    59                         Connector.newRequest('ViewLdap', '../index.php?menuaction=contactcenter.ui_data.data_manager&method=get_visible_all_ldap', 'POST', ViewLdap);            
     59                        Connector.newRequest('ViewLdap', '../index.php?menuaction=contactcenter.ui_data.data_manager&method=get_visible_all_ldap', 'GET', ViewLdap);             
    6060                         
    6161                        ccTree.Connector = Connector;                                            
Note: See TracChangeset for help on using the changeset viewer.