Ignore:
Timestamp:
05/31/12 21:13:31 (12 years ago)
Author:
acoutinho
Message:

Ticket #2823 - Inconsistências com participante externo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/prototype/modules/calendar/js/helpers.js

    r6369 r6371  
    12471247 
    12481248        /** 
    1249                                         * TODO: trocar por template 
    1250                                         */ 
     1249        * TODO: trocar por template 
     1250        */ 
    12511251        blkAddAtendee.find('ul.search-result-list').empty().css('overflow', 'hidden'); 
    12521252        if (!result) { 
     
    12641264                newAttendeeId = DataLayer.put('participant', { 
    12651265                    user: old_item.find('.id').html(),  
    1266                     isExternal: 0 
     1266                    isExternal: old_item.find('.isExternal').html() 
    12671267                }); 
    12681268                                                         
     
    12741274                    name: old_item.find('.name').html(),  
    12751275                    mail: old_item.find('.mail').html(),  
    1276                     isExternal: 0,  
     1276                    isExternal: old_item.find('.isExternal').html(),  
    12771277                    acl: objEvent.acl, 
    12781278                    isDirty: !!!objEvent.id 
Note: See TracChangeset for help on using the changeset viewer.