Changeset 6398 for sandbox


Ignore:
Timestamp:
06/04/12 09:31:25 (12 years ago)
Author:
marcieli
Message:

Ticket #2764 - Validação ao selecionar 'nao contém a frase' no remetente do filtro.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/2.4.1-1/prototype/modules/filters/filters.js

    r6364 r6398  
    126126                } 
    127127        } 
     128        var criteria_operator_list = list_container.find('[name="criteriaOperator[]"]'); 
    128129        if(list_container.find('.alertMessage').is(':checked')){ 
    129                 if($(criteria_list[0]).val() != "" && $('.select-folderlist').find('[type="radio"]').is(':checked')){ 
     130                if($(criteria_list[0]).val() != "" && $('.select-folderlist').find('[type="radio"]').is(':checked') && $(criteria_operator_list[0]).find('option:selected').val() != "!*"){ 
    130131                        var hasValue = false; 
    131132                        $.each(criteria_list, function(index, value){ 
Note: See TracChangeset for help on using the changeset viewer.