Ignore:
Timestamp:
08/14/12 17:21:44 (12 years ago)
Author:
acoutinho
Message:

Ticket #3018 - Problema ao alterar as datas (inicio e fim) de uma tarefa em uma atividade

File:
1 edited

Legend:

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

    r7006 r7008  
    11191119                if($.type(task) != 'object') 
    11201120                    task = DataLayer.get('schedulable', task); 
     1121 
     1122                //Resolve problemas com atualização na camada Cliente 
     1123                if(!$.isNumeric(task.startTime)){ 
     1124                    DataLayer.remove('schedulable', task.id, false); 
     1125                    task = DataLayer.get('schedulable', task.id); 
     1126                } 
    11211127 
    11221128                tasks[task.id] = { 
Note: See TracChangeset for help on using the changeset viewer.