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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.4/prototype/modules/calendar/js/helpers.js

    r7363 r7382  
    12461246        user[0].acl = objEvent.acl; 
    12471247        user[0].isDirty = !!!objEvent.id; 
     1248        user[0].isDelegate = (objEvent.id && (objEvent.me.status == '5')); 
    12481249 
    12491250        blkAddAtendee.find('dd.attendee-list ul.attendee-list').append( 
     
    12801281            isExternal: 1,  
    12811282            acl: objEvent.acl, 
    1282             isDirty: !!!objEvent.id 
     1283            isDirty: !!!objEvent.id,  
     1284            isDelegate: (objEvent.id && (objEvent.me.status == '5')) 
    12831285            }]) 
    12841286        ).scrollTo('max'); 
     
    13911393                    isExternal: old_item.find('.isExternal').html(),  
    13921394                    acl: objEvent.acl, 
    1393                     isDirty: !!!objEvent.id 
     1395                    isDirty: !!!objEvent.id,  
     1396                    isDelegate: (objEvent.id && (objEvent.me.status == '5')) 
    13941397                    }])) 
    13951398                .scrollTo('max'); 
Note: See TracChangeset for help on using the changeset viewer.