Ignore:
Timestamp:
10/06/12 17:08:49 (12 years ago)
Author:
acoutinho
Message:

Ticket #3142 - Nao aparece o campo de busca de usuario ao delegar a participacao em uma tarefa.

File:
1 edited

Legend:

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

    r7165 r7356  
    418418                            isOrganizer: (form.attendee_organizer == attendee ? 1 : 0 ), 
    419419                            isExternal: !!parseInt(form.attendeeType[i]) ? 1 : 0, 
    420                             acl: form.attendeeAcl[i].replace('o', '') 
     420                            acl: 'r' 
    421421                        }; 
    422422                    }else{ 
Note: See TracChangeset for help on using the changeset viewer.