Ignore:
Timestamp:
04/25/12 11:29:56 (12 years ago)
Author:
adriano
Message:

Ticket #2633 - correcao na operacao de exclusao de tipo de sinalizacao

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/prototype/modules/mail/js/followupflag.js

    r6020 r6024  
    356356                                                var listFollowupflag = DataLayer.get('followupflagged', ['=', 'followupflagId', id]); 
    357357                                                for (var i=0; i < listFollowupflag.length; i++) 
    358                                                         DataLayer.remove('followupflagged', listFollowupflag[i].id.match(/([0-9]*)$/)[1]); 
     358                                                        DataLayer.remove('followupflagged', listFollowupflag[i].id); 
    359359 
    360360                                                DataLayer.remove('followupflag',false);                                  
Note: See TracChangeset for help on using the changeset viewer.