Ignore:
Timestamp:
03/02/12 19:52:21 (12 years ago)
Author:
acoutinho
Message:

Ticket #2434 - Remocao do importe de arquivos da agenda na inicializacao do modulo expressoMail e correcoes de bugs

File:
1 edited

Legend:

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

    r5592 r5615  
    317317                                        DataLayer.put('calendarSignature', DataLayer.merge({calendar: calendarId, isOwner: 0, user: User.me.id, fontColor: '120d0d', backgroundColor: (!!type ? 'fbec88' : '8c8c8c'), borderColor: (!!type ? 'fad24e' : '120d0d')}, !!idPermission ? {id: idPermission} : {} )); 
    318318                                }); 
    319                                  
     319 
     320                        DataLayer.commit( false, false, function( received ){ 
     321                                        delete Calendar.currentViewKey; 
     322                                        Calendar.load(); 
     323                                        refresh_calendars(); 
     324                        }); 
     325         
    320326                        UI.dialogs.sharedCalendar.dialog("close"); 
    321327                 
Note: See TracChangeset for help on using the changeset viewer.