Ignore:
Timestamp:
05/20/11 17:03:00 (13 years ago)
Author:
airton
Message:

Ticket #1912 - Permitir a criação de contatos sem email

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/2.2.0.2/contactcenter/js/ccAddGroup.js

    r4470 r4477  
    124124                        //showMessage(data['msg']); 
    125125 
    126                         if (data['status'] != 'ok') 
     126                        if (data['status'] != 'ok' && data['status'] != 'warning') 
    127127                        { 
    128                                 showMessage(data['msg']); 
    129128                                return; 
    130129                        } 
     130                         
     131                        if(data['status'] == 'warning') 
     132                                showMessage(data['msg']); 
    131133 
    132134                        _this.clear(); 
Note: See TracChangeset for help on using the changeset viewer.