Ignore:
Timestamp:
05/15/12 14:33:22 (12 years ago)
Author:
acoutinho
Message:

Ticket #2736 - Inconsistencia com edicao de eventos e pesquisa de eventos

File:
1 edited

Legend:

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

    r6151 r6190  
    23242324    if(!!$(currentView).find('.fc-calendar').length) 
    23252325        return; 
    2326     $(currentView+' .events-list.events-list-win.active').prepend($('.fc-header').clone()); 
     2326    $(currentView+' .events-list.events-list-win.active').prepend($('.fc-header:first').clone()); 
    23272327    //Remove contudo nao utilizado 
    23282328    $(currentView+' .events-list.events-list-win.active .fc-header .fc-button-today').remove(); 
     
    24392439                filter: ['AND', ['OR', ["i*", "summary", keyword], ["i*", "description", keyword]], ['IN', 'calendar',  selecteds]],  
    24402440                criteria: { 
     2441                    searchEvent: true, 
    24412442                    order: 'startTime',  
    24422443                    offset: (25 * page_index),  
Note: See TracChangeset for help on using the changeset viewer.