Changeset 5394 for trunk/prototype


Ignore:
Timestamp:
01/18/12 13:23:58 (12 years ago)
Author:
acoutinho
Message:

Ticket #2434 - Melhoria e correcao de bugs na importacao de eventos pelo expressoMail

File:
1 edited

Legend:

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

    r5376 r5394  
    10131013            result = this.request( concept, id || filter.filter, filter.criteria ); 
    10141014 
    1015             if( result && bothSides && !filter.criteria.format ) 
     1015            if( result && bothSides && (!filter ||  
     1016                                                                        !filter.criteria ||  
     1017                                                                        !filter.criteria.format) ) 
    10161018            { 
    10171019              var newResult = []; 
Note: See TracChangeset for help on using the changeset viewer.