Ignore:
Timestamp:
08/16/12 16:13:04 (12 years ago)
Author:
acoutinho
Message:

Ticket #3039 - Inconsistencia com compartilhamento de agendas

File:
1 edited

Legend:

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

    r7022 r7041  
    5757        importCalendar: null, 
    5858        sharedCalendar: null, 
    59         copyCalendar: null 
     59        copyCalendar: null, 
     60    assingCalendar: null 
    6061    } 
    6162} 
     
    902903        'priority': 'Prioridade', 
    903904        'due' : 'Previsão de término' 
    904     } 
     905    }; 
    905906     
    906907    var statusDecoded = { 
     
    908909        2: 'Em processo', 
    909910        3: 'Finalzada', 
    910         4: 'Cancelada', 
    911     } 
     911        4: 'Cancelada' 
     912    }; 
    912913 
    913914    var decodeDate = function(time){ 
Note: See TracChangeset for help on using the changeset viewer.