Ignore:
Timestamp:
06/13/12 13:01:49 (12 years ago)
Author:
acoutinho
Message:

Ticket #2855 - Lentidao na abertura da Expresso Calendar

File:
1 edited

Legend:

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

    r6444 r6476  
    499499 
    500500            var isShared = !objEvent.id ? false : (!!objEvent.calendar) && parseInt(Calendar.signatureOf[objEvent.calendar].isOwner) ? false : true; 
    501  
     501            var limitAttendee = false; 
    502502 
    503503            return { 
     
    587587                me: me, 
    588588                delegatedFrom: delegatedFrom, 
    589                 statusParticipants: statusParticipants 
     589                statusParticipants: (objEvent.sizeAttendees != "") ? objEvent.statusAttendees : statusParticipants, 
     590                sizeAttendeeLimit: (objEvent.sizeAttendees != "") ? objEvent.sizeAttendees : false 
    590591            }; 
    591592        }); 
Note: See TracChangeset for help on using the changeset viewer.