Changeset 5343


Ignore:
Timestamp:
01/10/12 13:37:20 (12 years ago)
Author:
natan
Message:

Ticket #1248 - Codificar DFD0080 (natan) - Estabilizacao na funcionalidade de remocao na API

Location:
trunk/prototype
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/prototype/app/datalayer.js

    r5341 r5343  
    420420            diff = this.merge( diffs[ id ], diff ); 
    421421 
    422         if( !$.isEmptyObject( diff ) ) 
    423         diffs[ id ] = diff; 
     422        if( !diff || !$.isEmptyObject( diff ) ) 
     423            diffs[ id ] = diff; 
    424424 
    425425        this.store( ':diff', concept, diffs ); 
  • trunk/prototype/modules/calendar/js/calendar.codecs.js

    r5341 r5343  
    179179Calendar.load(); 
    180180 
    181 DataLayer.poll( [ "schedulable", "participant", "alarm"/*, "calendar", "calendarSignature"*/ ] ); 
     181DataLayer.poll( "schedulable" ); 
    182182 
    183183DataLayer.listen( "schedulable", function( status ){ 
Note: See TracChangeset for help on using the changeset viewer.