Ignore:
Timestamp:
02/06/13 08:53:21 (11 years ago)
Author:
acoutinho
Message:

Ticket #3340 - Falha ao alterar o grupo de uma tarefa quando inserido em uma atividade

File:
1 edited

Legend:

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

    r7790 r7861  
    201201 
    202202            Calendar.rerenderView(true); 
    203             if(updateActivity) 
     203            if(updateActivity){ 
     204 
     205                DataLayer.remove('taskToActivity', false); 
    204206                refreshTaskActivity(); 
     207            } 
     208 
    205209        }); 
    206210    } 
Note: See TracChangeset for help on using the changeset viewer.