Ignore:
Timestamp:
12/13/11 13:05:05 (12 years ago)
Author:
brunocosta
Message:

Ticket #2377 - Alteração das pesquisas para adaptação ao LDAP para nuvem.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.3/expressoMail1_2/js/common_functions.js

    r5162 r5246  
    571571                        if ((field != 'null') && (ID != 'null')) 
    572572                        { 
    573                                 QuickCatalogSearch.showList(data, quickSearchKeyBegin, quickSearchKeyEnd); 
     573                                QuickCatalogSearch.showList(data, quickSearchKeyBegin, quickSearchKeyEnd); 
    574574                        } 
    575575                        else 
     
    577577                                QuickSearchUser.showList(data); 
    578578                        } 
    579                 } 
    580                 else 
    581                         alert(get_lang('None result was found.')); 
    582                 return true; 
     579        } 
     580                else{ 
     581                        if(preferences.cloud_ldap) 
     582                            openListUsers("1",emailList); 
     583                        else 
     584                            alert(get_lang('None result was found.')); 
     585                } 
     586                return true; 
    583587        } 
    584588 
Note: See TracChangeset for help on using the changeset viewer.