Changeset 8037


Ignore:
Timestamp:
03/18/13 18:33:03 (11 years ago)
Author:
douglas
Message:

Ticket #3396 - Imprimir está imprimindo todos os eventos independente das marcações

File:
1 edited

Legend:

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

    r8036 r8037  
    831831        location: objEvent.location, 
    832832        category: objEvent.category, 
     833        calendar: objEvent.calendar,  
    833834        taskStatus: objEvent.status, 
    834835        groups: Calendar.groups, 
     
    16341635 
    16351636        for (var i=0; i < res.length; i++) { 
     1637  
     1638            if(Calendar.currentView[res[i].calendar].hidden == true)  
     1639                continue;  
     1640  
    16361641                        res[i].type = (res[i].type == '2' && !!res[i].tasks) ? '3' : res[i].type; 
    16371642                 
Note: See TracChangeset for help on using the changeset viewer.