Changeset 6898


Ignore:
Timestamp:
07/30/12 09:28:09 (12 years ago)
Author:
marcieli
Message:

Ticket #2966 - Correção ao salvar configuração de grupo.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/2.4.2-expresso1/prototype/modules/calendar/js/calendar.codecs.js

    r6891 r6898  
    263263                user: User.me.id,        
    264264                calendar: { 
    265                     id: Calendar.calendarOf[form.signature].id, 
     265                    id: !!!parseInt(form.type) ? Calendar.calendarOf[form.signature].id : Calendar.groupOf[form.signature].id, 
    266266                    name: Encoder.htmlEncode(form.name), 
    267267                    description: Encoder.htmlEncode(form.description), 
Note: See TracChangeset for help on using the changeset viewer.