Changeset 8029


Ignore:
Timestamp:
03/18/13 16:10:02 (11 years ago)
Author:
cristiano
Message:

Ticket #3396 - Imprimir não esta considerando os calendarios hidden

File:
1 edited

Legend:

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

    r8028 r8029  
    832832        location: objEvent.location, 
    833833        category: objEvent.category, 
     834        calendar: objEvent.calendar, 
    834835        taskStatus: objEvent.status, 
    835836        groups: Calendar.groups, 
     
    16361637 
    16371638        for (var i=0; i < res.length; i++) { 
     1639 
     1640            if(Calendar.currentView[res[i].calendar].hidden == true) 
     1641                continue; 
     1642 
    16381643                        res[i].type = (res[i].type == '2' && !!res[i].tasks) ? '3' : res[i].type; 
    16391644                 
Note: See TracChangeset for help on using the changeset viewer.