Changeset 7798 for branches/2.5


Ignore:
Timestamp:
01/29/13 13:16:08 (11 years ago)
Author:
douglas
Message:

Ticket #3323 - Problema na exibicao de tarefas e atividades nos calendarios

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.5/prototype/modules/calendar/js/calendar.codecs.js

    r7702 r7798  
    18651865            rangeStart: filter.start.getTime(), 
    18661866            rangeEnd: filter.end.getTime(), 
    1867             calendar: $.merge( [], Calendar.calendarIds, Calendar.groupIds ) 
     1867            calendar:  (Calendar.calendarIds.concat( Calendar.groupIds )) 
    18681868        } 
    18691869    } 
Note: See TracChangeset for help on using the changeset viewer.