Ignore:
Timestamp:
05/15/12 22:39:55 (12 years ago)
Author:
natan
Message:

Ticket #2744 - Problema na delegação durante a criação de um evento - corrigido

File:
1 edited

Legend:

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

    r6190 r6203  
    11301130            acl: 'r' 
    11311131        }); 
    1132         user[0].acl = objEvent.acl 
     1132        user[0].acl = objEvent.acl; 
     1133        user[0].isDirty = !!!objEvent.id; 
    11331134 
    11341135        blkAddAtendee.find('dd.attendee-list ul.attendee-list').append( 
     
    11641165            mail: newAttendeeEmail,  
    11651166            isExternal: 1,  
    1166             acl: objEvent.acl 
     1167            acl: objEvent.acl, 
     1168            isDirty: !!!objEvent.id 
    11671169            }]) 
    11681170        ).scrollTo('max'); 
     
    12741276                    mail: old_item.find('.mail').html(),  
    12751277                    isExternal: 0,  
    1276                     acl: objEvent.acl 
     1278                    acl: objEvent.acl, 
     1279                    isDirty: !!!objEvent.id 
    12771280                    }])) 
    12781281                .scrollTo('max'); 
Note: See TracChangeset for help on using the changeset viewer.