Ignore:
Timestamp:
10/09/12 12:02:08 (12 years ago)
Author:
acoutinho
Message:

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

File:
1 edited

Legend:

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

    r7357 r7377  
    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.