Ignore:
Timestamp:
03/13/13 14:40:39 (11 years ago)
Author:
douglas
Message:

Ticket #3378 - Correcao BUG edicao de eventos compartilhados com repeticao

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.5/prototype/modules/calendar/js/init.js

    r8003 r8006  
    473473                case 1: 
    474474                    if(evt.selectable){ 
    475                         if(evt.isRepeat){ 
     475                        if(evt.isRepeat && evt.editable ){ 
    476476                            $.Zebra_Dialog(evt.title + ' é um evento com repetição.', { 
    477477                                'type':     'question', 
Note: See TracChangeset for help on using the changeset viewer.