Changeset 5048


Ignore:
Timestamp:
09/06/11 08:30:09 (13 years ago)
Author:
fernando-alberto
Message:

Ticket #1269 - Desenvolvimento da nova solucao de arquivamento local MailArchiver?, ajuste do indice queryconfig 0

Location:
sandbox/expressoMail1_2/MailArchiver/2.2/expressoMail1_2/js
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • sandbox/expressoMail1_2/MailArchiver/2.2/expressoMail1_2/js/MAQueryConfig.js

    r4970 r5048  
    107107//setbounds up and down 
    108108MAQueryConfig.prototype.setBounds = function(low, high){ 
    109   this.lowerIndex = '"@lowerIndex":"'+parseInt(low)+'",'; 
    110   this.upperIndex = '"@upperIndex":"'+parseInt(high)+'",'; 
     109  this.lowerIndex = '"@lowerIndex":"'+(parseInt(low)-1)+'",'; 
     110  this.upperIndex = '"@upperIndex":"'+(parseInt(high)-1)+'",'; 
    111111} 
    112112//From receives a array of structutred data, by the model 
  • sandbox/expressoMail1_2/MailArchiver/2.2/expressoMail1_2/js/mail_archiver.js

    r5030 r5048  
    893893         
    894894        //window.alert('vai chamar o listMessages com testing_data = ' + testing_data); 
     895         
    895896        ArchiveServices.listMessages(expresso_mail_archive.listMessagesOperationOK, expresso_mail_archive.listMessagesOperationFailure, sessid, testing_data); 
    896897    } 
Note: See TracChangeset for help on using the changeset viewer.