Ignore:
Timestamp:
02/28/12 10:42:57 (12 years ago)
Author:
marcieli
Message:

Ticket #2486 - Contornado problema de ids duplicados na busca rápida para sinalizadores/marcadores.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/prototype/modules/mail/templates/followupflag_configure.ejs

    r5571 r5575  
    4545                <legend><%= get_lang("Basic")%></legend> 
    4646                <div class="followupflag-configure"> 
    47                         <input type="hidden" class="id-followup" value="" name="followupFlag"> 
     47                        <input type="hidden" class="id-followup" value="<%= (data.messages[0].followupflagged) ? data.messages[0].followupflagged.id : '' %>" name="followupFlag"> 
    4848                        <label class="label-name"><%= get_lang("Flag as")%>:</label>  
    4949                        <select name="name"> 
Note: See TracChangeset for help on using the changeset viewer.