Ignore:
Timestamp:
10/09/12 15:41:25 (12 years ago)
Author:
eduardow
Message:

Ticket #3144 - Nao é enviado email para o usuario ao qual é delegado um evento

Location:
branches/2.4/prototype/modules/calendar/templates
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/2.4/prototype/modules/calendar/templates/attendee_add.ejs

    r6754 r7382  
    125125                                        </li>    
    126126                                <%}  
    127                         } else if(data.event.me.id == data.event.organizer.id && !(data.event.attendee.length > 0) ) { %> 
     127                        } else if((data.event.me.id == data.event.organizer.id) && (data.event.attendee.length == 0) && $.isEmptyObject(data.event.delegatedFrom)){ %> 
    128128                                <li class="not-attendee">Não há outros participantes.</li> 
    129129                        <% } %> 
  • branches/2.4/prototype/modules/calendar/templates/participants_add_itemlist.ejs

    r7360 r7382  
    22        <div style="overflow:hidden; width:100%; display:table;"> 
    33                <div class="attendee-options"> 
    4                         <%if( !data[0].isDelegate && (!data[0].isDirty && data[0].notEvent) || (!data[0].isDirty && data[0].acl && (data[0].acl.organization || data[0].acl.write || data[0].acl.inviteGuests))){%> 
     4                        <%if( !data[0].isDelegate && ((!data[0].isDirty && data[0].notEvent) || (!data[0].isDirty && data[0].acl && (data[0].acl.organization || data[0].acl.write || data[0].acl.inviteGuests)))){%> 
    55                                <a href="#" class="button delegate attendee-options-button-delegate new">Delegar participação a este participante</a> 
    66                        <%}%> 
Note: See TracChangeset for help on using the changeset viewer.