Ignore:
Timestamp:
01/03/13 16:58:22 (11 years ago)
Author:
cristiano
Message:

Ticket #3262 - Inconsistencia na acao de responder automaticamente com uma mensagem nos filtros de mensagens

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/prototype/modules/filters/filters.js

    r7635 r7703  
    244244                        actions.siblings('[name="addressRedirect"]').val(filter.actions[i].parameter); 
    245245                if(filter.actions[i].type == "reject") 
    246                         actions.siblings('[name="messageReject"]').val(filter.actions[i].parameter); 
     246        { 
     247            actions.siblings('[name="messageReject"]').val(filter.actions[i].parameter); 
     248            $('.ui-widget-content .fileintoInbox ').attr('checked', false).parent().addClass(' hidden'); 
     249        } 
    247250                if((filter.actions[i].type == "fileinto" && first_fileinto_action) || filter.actions[i].type == "setflag"){ 
    248251                        actions.parent().find('[value="'+filter.actions[i].parameter+'"]').attr("selected", "selected"); 
Note: See TracChangeset for help on using the changeset viewer.