Hello everybody,
        I'm pretty new to the list, so excuse me if I wrong the correct 
procedure to notify issues.

I've noted that seems to exist a bug in file UIxAttendeesEditor.js that prevent 
me to 
add attendees to an event if  "isAllDay" checkbox is not checked.

Fastly I've fixed with the code below, anyone else has experienced this bug?


if(parent$("isAllDay") == null){
    var allDay = 0;
}else{
    var allDay = parent$("isAllDay").checked;
}


Thanks for you work,
bye bye

ps: sorry for my primordial english!






-- 

Andrea Carmisciano
Programmatore

Infoporto La Spezia S.r.l.
Tel +39 0187 546 886 Fax +39 0187 546 382
Via del Molo, 1 – 19126 La Spezia
www.infoporto.it
-- 
[email protected]
https://inverse.ca/sogo/lists

Reply via email to