Changeset 5810


Ignore:
Timestamp:
03/23/12 18:14:49 (12 years ago)
Author:
acoutinho
Message:

Ticket #2434 - Corrigido inconsistencia na marcacao visualizacao da opcao livre/ocupado em agendas compartilhadas

File:
1 edited

Legend:

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

    r5776 r5810  
    259259                                .parent().find('.free-busy').toggleClass('hidden'); 
    260260                                if(dataCurrent[i].acl['busy']) 
    261                                         UI.dialogs.sharedCalendar.find('input[name="isPublic"]').attr('checked', 'checked'); 
     261                                        UI.dialogs.sharedCalendar.find('input[name="busy"]').attr('checked', 'checked'); 
    262262                        }else{ 
    263263                                currentUsers[dataCurrent[i].user.id] = true; 
Note: See TracChangeset for help on using the changeset viewer.